maud/Cargo.toml
Chris Wong 37e11fcb6b
Remove non-Maud benchmarks ()
There's already [template-benchmarks-rs](https://github.com/djc/template-benchmarks-rs), so we don't need to maintain a separate set here.

The Maud-specific benchmarks are kept, as they're still useful for testing future optimizations.
2021-01-07 21:37:28 +13:00

9 lines
106 B
TOML

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