askama/Cargo.toml
René Kijewski f564e724e1 Revive askama_escaped
We adopted `askama_escape` with the other askama crates. It was not
updated for quite some time, but still gets 25k+ downloads / day Mon to
Fri.

This PR re-adds the crate using our current HTML escaping function.
2025-03-21 22:45:25 +01:00

13 lines
199 B
TOML

[workspace]
members = [
"askama",
"askama_derive",
"askama_escape",
"askama_parser",
"testing",
"testing-alloc",
"testing-no-std",
"testing-renamed",
]
resolver = "2"