I don't think the examples in this crate are very useful, or demonstrate how to best use the library.
10 lines
124 B
TOML
10 lines
124 B
TOML
[workspace]
|
|
members = [
|
|
"maud_htmlescape",
|
|
"maud_macros",
|
|
"maud",
|
|
]
|
|
exclude = [
|
|
"benchmarks",
|
|
"docs",
|
|
]
|