maud/Cargo.toml
Chris Wong 66ddbcac98 Remove maud_lints
It's undocumented, it doesn't do much, and it keeps breaking.
2018-09-03 20:01:39 +12:00

10 lines
131 B
TOML

[workspace]
members = [
"maud_htmlescape",
"maud_macros",
"maud",
"maud_extras",
]
exclude = [
"benchmarks",
]