aboutsummaryrefslogtreecommitdiffstats
path: root/testing/Cargo.toml
blob: be9af26451e32ae51955e33cccc1cec7f33042c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "askama_testing"
version = "0.1.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
workspace = ".."
build = "build.rs"

[dependencies]
serde_json = "1.0"
askama = { path = "../askama", version = "*", features = ["serde-json"] }

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