askama/testing-no-std/Cargo.toml
2025-04-22 23:37:23 +02:00

13 lines
297 B
TOML

[package]
name = "askama_testing-no-std"
version = "0.14.0"
authors = ["askama-rs developers"]
edition = "2021"
rust-version = "1.83"
publish = false
[dev-dependencies]
askama = { path = "../askama", version = "0.14.0", default-features = false, features = ["derive"] }
assert_matches = "1.5.0"