mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-27 13:00:57 +00:00
13 lines
321 B
TOML
13 lines
321 B
TOML
[package]
|
|
name = "askama_testing-renamed"
|
|
version = "0.14.0"
|
|
authors = ["askama-rs developers"]
|
|
edition = "2021"
|
|
rust-version = "1.83"
|
|
publish = false
|
|
|
|
[dev-dependencies]
|
|
some_name = { package = "askama", path = "../askama", version = "0.14.0", default-features = false, features = ["derive"] }
|
|
|
|
assert_matches = "1.5.0"
|