askama/Cargo.toml

15 lines
254 B
TOML

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