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.
9 lines
106 B
TOML
9 lines
106 B
TOML
[workspace]
|
|
members = [
|
|
"maud_htmlescape",
|
|
"maud_macros",
|
|
"maud",
|
|
]
|
|
exclude = [
|
|
"docs",
|
|
]
|