maud/Cargo.toml
2021-01-15 17:40:46 +13:00

10 lines
121 B
TOML

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