Use actix-remote-ip to reduce code base size (#5)
All checks were successful
continuous-integration/drone/push Build is passing

Use https://crates.io/crates/actix-remote-ip to remove some code redundancy

Reviewed-on: #5
This commit is contained in:
2023-04-29 09:08:18 +00:00
parent 07fc94f930
commit 40eb16cef9
7 changed files with 79 additions and 271 deletions

View File

@@ -16,4 +16,4 @@ askama = "0.12.0"
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.96"
reqwest = { version = "0.11.16", features = ["json"] }
futures-util = "0.3.28"
actix-remote-ip = "0.1.0"