mirror of
https://github.com/askama-rs/askama.git
synced 2025-12-30 05:12:03 +00:00
15 lines
254 B
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"
|