froxy/templates/Cargo.toml

12 lines
252 B
TOML
Raw Permalink Normal View History

2026-02-06 23:24:21 +01:00
[package]
name = "froxy-templates"
version = "0.1.0"
edition = "2024"
2026-02-08 18:19:56 +01:00
publish = false
2026-02-06 23:24:21 +01:00
[dependencies]
serde = { workspace = true }
smol_str = { workspace = true }
minijinja = { workspace = true }
2026-02-08 23:34:44 +01:00
indexmap = { version = "2.13.0", features = ["serde"] }