aboutsummaryrefslogtreecommitdiffstats
path: root/web/template/Cargo.toml
diff options
context:
space:
mode:
authormsi2025-11-14 10:31:30 -0300
committermsi2025-11-14 10:31:30 -0300
commit1cb08214cf3a82ad3acb8fec023e7fb2a404f6bd (patch)
tree6f3b5a558fdbca46946923c8413830ed64b0a4a3 /web/template/Cargo.toml
parent7583df586ed40b9202e7585fa5fd795ab2e3315b (diff)
downloadtemplates-1cb08214cf3a82ad3acb8fec023e7fb2a404f6bd.tar.gz
Add config files for project
Diffstat (limited to 'web/template/Cargo.toml')
-rw-r--r--web/template/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/template/Cargo.toml b/web/template/Cargo.toml
index bfb4153..207eafb 100644
--- a/web/template/Cargo.toml
+++ b/web/template/Cargo.toml
@@ -9,8 +9,9 @@ edition = "2024"
[dependencies]
anyhow = "=1.0.100"
axum = { version = "=0.8.6", features = ["macros"] }
-axum-messages = "0.8.0"
-axum_csrf = { version = "0.11.0", features = ["layer"] }
+axum-messages = "=0.8.0"
+axum_csrf = { version = "=0.11.0", features = ["layer"] }
+config = { version = "=0.15.19", default-features = false, features = ["toml"] }
metrics = { version = "=0.24.2", default-features = false }
metrics-exporter-prometheus = { version = "=0.17.2", default-features = false }
minijinja = "=2.12.0"
@@ -21,4 +22,3 @@ tower-http = { version = "=0.6.6", features = ["timeout", "trace", "fs", "reques
tower-sessions = "=0.14.0"
tracing = "=0.1.41"
tracing-subscriber = { version = "=0.3.20", features = ["env-filter"] }
-