aboutsummaryrefslogblamecommitdiffstats
path: root/testing/Cargo.toml
blob: 1e2108252abe083caa8a4815c369aac5b86a6206 (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 = ".."
build = "build.rs"

[dependencies]
askama = { path = "../askama", version = "0.1" }
askama_derive = { path = "../askama_derive", version = "0.1" }

[build-dependencies]
askama = { path = "../askama", version = "0.1" }