diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-28 22:21:18 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-28 22:21:18 -0500 |
commit | 9cbeee4b67890ad38901ce31a6fadfa7a8c3b408 (patch) | |
tree | 7dd4e9fa29a5d940b721d1ca2268d8fd65a393d2 /Cargo.toml | |
parent | fmt (diff) | |
download | xssbook-9cbeee4b67890ad38901ce31a6fadfa7a8c3b408.tar.gz xssbook-9cbeee4b67890ad38901ce31a6fadfa7a8c3b408.tar.bz2 xssbook-9cbeee4b67890ad38901ce31a6fadfa7a8c3b408.zip |
reverse proxy ip checking
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"] } |