maud/Cargo.toml
Chris Wong 5b027d08ae
Remove maud_extras crate ()
I don't think the examples in this crate are very useful, or demonstrate how to best use the library.
2019-03-25 20:36:23 +13:00

10 lines
124 B
TOML

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