aboutsummaryrefslogblamecommitdiffstats
path: root/Cargo.toml
blob: 07f1889d83d71926a85c81e36f9b077d4ff12ea7 (plain) (tree)
1
2
3
4
5
6
7
8
           


                   
                    

                    
                    









                    
[workspace]
members = [
    "askama",
    "askama_actix",
    "askama_gotham",
    "askama_derive",
    "askama_escape",
    "askama_rocket",
    "askama_shared",
    "testing",
]
default-members = [
    "askama",
    "askama_derive",
    "askama_escape",
    "askama_shared",
    "testing",
]