diff options
Diffstat (limited to 'web/template/Cargo.toml')
| -rw-r--r-- | web/template/Cargo.toml | 1 |
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"] } |