Extract source address for requests

This commit is contained in:
Lambda 2024-09-15 17:04:47 +00:00
parent 3247c64cd8
commit 70ee206031
3 changed files with 34 additions and 6 deletions

View file

@ -88,7 +88,7 @@ workspace = true
[dependencies]
argon2 = "0.5.3"
async-trait = "0.1.82"
axum = { version = "0.7.6", default-features = false, features = ["form", "http1", "http2", "json", "matched-path", "tracing"] }
axum = { version = "0.7.6", default-features = false, features = ["form", "http1", "http2", "json", "matched-path", "tokio", "tracing"] }
axum-extra = { version = "0.9.4", features = ["typed-header"] }
axum-server = { version = "0.7.1", features = ["tls-rustls-no-provider"] }
base64 = "0.22.1"