aboutsummaryrefslogblamecommitdiffstats
path: root/Cargo.toml
blob: 09ab91c2fd6a39ae70ea6212e4b5c30be4e289b4 (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_parser",
    "askama_poem",
    "askama_rocket",
    "askama_tide",
    "askama_warp",
    "askama_hyper",
    "testing",
]
resolver = "2"

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