From c806356b760c9478ac6b47e22e71917ba436bcd8 Mon Sep 17 00:00:00 2001 From: msi Date: Fri, 14 Nov 2025 11:59:10 -0300 Subject: Add ip extracter --- web/template/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'web/template/Cargo.toml') 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"] } -- cgit v1.2.3