blob: ff2b137e0f0ffdb28920cfc1cb13c0d95f29c4bb (
plain) (
tree)
|
|
[package]
name = "askama_testing"
version = "0.1.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
workspace = ".."
edition = "2018"
[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
|