summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2023-01-28 22:21:18 -0500
committerTyler Murphy <tylermurphy534@gmail.com>2023-01-28 22:21:18 -0500
commit9cbeee4b67890ad38901ce31a6fadfa7a8c3b408 (patch)
tree7dd4e9fa29a5d940b721d1ca2268d8fd65a393d2 /Cargo.toml
parentfmt (diff)
downloadxssbook-9cbeee4b67890ad38901ce31a6fadfa7a8c3b408.tar.gz
xssbook-9cbeee4b67890ad38901ce31a6fadfa7a8c3b408.tar.bz2
xssbook-9cbeee4b67890ad38901ce31a6fadfa7a8c3b408.zip
reverse proxy ip checking
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f74b284..9181b8e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,7 @@ tower-http = { version = "0.3.5", features = ["fs"] }
tower-cookies = "0.8.0"
tower = "0.4.13"
bytes = "1.3.0"
+axum-client-ip = "0.3.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["std"] }
rusqlite = { version = "0.28.0", features = ["bundled"] }