aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: fd273c796ef0927948ab9b6d753c5765aa23b489 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[workspace]
members = [
    "askama",
    "askama_actix",
    "askama_axum",
    "askama_gotham",
    "askama_derive",
    "askama_escape",
    "askama_rocket",
    "askama_shared",
    "askama_tide",
    "askama_warp",
    "testing",
]

default-members = [
    "askama",
    "askama_derive",
    "askama_escape",
    "askama_shared",
    "testing",
]