aboutsummaryrefslogtreecommitdiffstats
path: root/web/template/Cargo.toml
diff options
context:
space:
mode:
authormsi2025-11-13 17:26:20 -0300
committermsi2025-11-13 17:26:20 -0300
commitc7a127938cc306c8499617dab086101579e2db8f (patch)
treee8ff729d801b816bf7a6e6ee3efab61033765d21 /web/template/Cargo.toml
parentabbece2d4cffddf1a71d31ee715695610cb7871a (diff)
downloadtemplates-c7a127938cc306c8499617dab086101579e2db8f.tar.gz
Add messages layer
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 63bc87a..007e47f 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"
+axum-messages = "0.8.0"
metrics = { version = "=0.24.2", default-features = false }
metrics-exporter-prometheus = { version = "=0.17.2", default-features = false }
minijinja = "=2.12.0"