mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 21:41:35 +00:00

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.
13 lines
199 B
TOML
13 lines
199 B
TOML
[workspace]
|
|
members = [
|
|
"askama",
|
|
"askama_derive",
|
|
"askama_escape",
|
|
"askama_parser",
|
|
"testing",
|
|
"testing-alloc",
|
|
"testing-no-std",
|
|
"testing-renamed",
|
|
]
|
|
resolver = "2"
|