aboutsummaryrefslogtreecommitdiffstats
path: root/web/template/Cargo.toml
diff options
context:
space:
mode:
authormsi2025-11-13 14:07:03 -0300
committermsi2025-11-13 14:07:03 -0300
commit017324a1e98ac2da7812e4fcc06fe67d424e4ffb (patch)
tree85e1901cfdfd2b370c73f03796626c9c814b04e9 /web/template/Cargo.toml
parentb863a55d8a947cfcc6296d34edae4d1365a7725f (diff)
downloadtemplates-017324a1e98ac2da7812e4fcc06fe67d424e4ffb.tar.gz
Implement minijinja template
Diffstat (limited to 'web/template/Cargo.toml')
-rw-r--r--web/template/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/template/Cargo.toml b/web/template/Cargo.toml
index 6890378..0c41cb9 100644
--- a/web/template/Cargo.toml
+++ b/web/template/Cargo.toml
@@ -9,6 +9,7 @@ edition = "2024"
[dependencies]
anyhow = "=1.0.100"
axum = "=0.8.6"
+minijinja = "=2.12.0"
serde = { version = "=1.0.228", features = ["derive"] }
tokio = { version = "=1.48.0", features = ["macros", "rt-multi-thread", "signal"] }
tower-http = { version = "=0.6.6", features = ["timeout", "trace", "fs"] }