aboutsummaryrefslogtreecommitdiffstats
path: root/testing/Cargo.toml
blob: 64f9095671c7841671a0081b84b0e0a67176e5ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "askama_testing"
version = "0.1.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
workspace = ".."
edition = "2018"
publish = false

[features]
default = ["serde_json", "askama/serde-json"]

[dependencies]
askama = { path = "../askama", version = "*" }
serde_json = { version = "1.0", optional = true }

[dev-dependencies]
criterion = "0.3"

[[bench]]
name = "all"
harness = false