maud/Cargo.toml
2019-03-16 16:29:31 +13:00

11 lines
143 B
TOML

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