maud/Cargo.toml
Chris Wong 3232fb7eca
Delete maud_htmlescape package ()
Replace it with a symlink. Cargo will automatically resolve this to a
normal file on publish.
2021-11-06 11:33:44 +00:00

9 lines
98 B
TOML

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