aboutsummaryrefslogtreecommitdiffstats
path: root/web/template/Cargo.toml
diff options
context:
space:
mode:
authormsi2025-11-13 18:04:52 -0300
committermsi2025-11-13 18:04:52 -0300
commit7583df586ed40b9202e7585fa5fd795ab2e3315b (patch)
treea5a5dbb177f36066954b7657f6e4b1ad83dbac9c /web/template/Cargo.toml
parentc7a127938cc306c8499617dab086101579e2db8f (diff)
downloadtemplates-7583df586ed40b9202e7585fa5fd795ab2e3315b.tar.gz
Add csfr layer
Diffstat (limited to 'web/template/Cargo.toml')
-rw-r--r--web/template/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/template/Cargo.toml b/web/template/Cargo.toml
index 007e47f..bfb4153 100644
--- a/web/template/Cargo.toml
+++ b/web/template/Cargo.toml
@@ -8,8 +8,9 @@ edition = "2024"
[dependencies]
anyhow = "=1.0.100"
-axum = "=0.8.6"
+axum = { version = "=0.8.6", features = ["macros"] }
axum-messages = "0.8.0"
+axum_csrf = { version = "0.11.0", features = ["layer"] }
metrics = { version = "=0.24.2", default-features = false }
metrics-exporter-prometheus = { version = "=0.17.2", default-features = false }
minijinja = "=2.12.0"