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


                   
                  
                    

                    
                    
                    
                  
                  

              
 



                    

              
[workspace]
members = [
    "askama",
    "askama_actix",
    "askama_axum",
    "askama_gotham",
    "askama_derive",
    "askama_escape",
    "askama_mendes",
    "askama_rocket",
    "askama_tide",
    "askama_warp",
    "testing",
]

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