aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 55dd818b9be5162b6303d1209a87eaca20b91ebc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[workspace]
members = [
    "askama",
    "askama_actix",
    "askama_derive",
    "askama_escape",
    "askama_rocket",
    "askama_shared",
    "testing",
]
default-members = [
    "askama",
    "askama_derive",
    "askama_escape",
    "askama_shared",
    "testing",
]