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


                   
                    

                    
                  
                    









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