mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
http_private: handle announce requests in request worker
This commit is contained in:
parent
e228f5a4c2
commit
eeaae29fa8
4 changed files with 215 additions and 75 deletions
|
|
@ -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" ] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue