aboutsummaryrefslogtreecommitdiffstats
path: root/web/template/Cargo.toml
diff options
context:
space:
mode:
authormsi2025-11-14 11:59:10 -0300
committermsi2025-11-14 11:59:10 -0300
commitc806356b760c9478ac6b47e22e71917ba436bcd8 (patch)
tree10d6b42e9e4d758659b26f8c6c1afadb7f8727f1 /web/template/Cargo.toml
parent1cb08214cf3a82ad3acb8fec023e7fb2a404f6bd (diff)
downloadtemplates-c806356b760c9478ac6b47e22e71917ba436bcd8.tar.gz
Add ip extracter
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 207eafb..d266dac 100644
--- a/web/template/Cargo.toml
+++ b/web/template/Cargo.toml
@@ -9,6 +9,7 @@ edition = "2024"
[dependencies]
anyhow = "=1.0.100"
axum = { version = "=0.8.6", features = ["macros"] }
+axum-client-ip = "=1.1.3"
axum-messages = "=0.8.0"
axum_csrf = { version = "=0.11.0", features = ["layer"] }
config = { version = "=0.15.19", default-features = false, features = ["toml"] }