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


                   
                    

                    
                    
                    
                  
                  

              
 






                    
[workspace]
members = [
    "askama",
    "askama_actix",
    "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",
]