askama/testing-no-std/Cargo.toml
2025-04-11 12:40:47 +02:00

13 lines
297 B
TOML

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