http_private: handle announce requests in request worker

This commit is contained in:
Joakim Frostegård 2022-04-03 16:26:41 +02:00
parent e228f5a4c2
commit eeaae29fa8
4 changed files with 215 additions and 75 deletions

View file

@ -21,6 +21,7 @@ dotenv = "0.15"
hex = "0.4"
log = "0.4"
mimalloc = { version = "0.1", default-features = false }
rand = { version = "0.8", features = ["small_rng"] }
serde = { version = "1", features = ["derive"] }
socket2 = { version = "0.4", features = ["all"] }
sqlx = { version = "0.5", features = [ "runtime-tokio-rustls" , "mysql" ] }