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



                                                  



                                                            
              
                                                                                      
            

                                                     
                  

                    
                                                                                      
[package]
name = "askama_testing"
version = "0.1.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
workspace = ".."

[features]
default = []
nightly = ["rocket", "rocket_codegen", "askama/with-rocket"]

[dependencies]
askama = { path = "../askama", version = "*", features = ["with-iron", "serde-json"] }
iron = "0.6"
rocket = { version = "0.3", optional = true }
rocket_codegen = { version = "0.3", optional = true }
serde_json = "1.0"

[build-dependencies]
askama = { path = "../askama", version = "*", features = ["with-iron", "serde-json"] }