mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 21:41:35 +00:00
19 lines
421 B
TOML
19 lines
421 B
TOML
[package]
|
|
name = "bench-build"
|
|
version = "0.14.0"
|
|
authors = ["askama-rs developers"]
|
|
edition = "2024"
|
|
rust-version = "1.88"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
askama = { path = "../askama", version = "0.14.0", default-features = false, features = ["std"] }
|
|
askama_macros = { path = "../askama_macros", version = "0.14.0", features = ["std"] }
|
|
|
|
[features]
|
|
default = []
|
|
derive = ["askama/derive"]
|
|
|
|
[workspace]
|
|
members = ["."]
|