work on http_private, including parsing announce requests

This commit is contained in:
Joakim Frostegård 2022-04-02 13:32:36 +02:00
parent 87223f7952
commit dc943674f6
7 changed files with 69 additions and 33 deletions

2
Cargo.lock generated
View file

@ -144,8 +144,10 @@ name = "aquatic_http_private"
version = "0.1.0"
dependencies = [
"anyhow",
"aquatic_http_protocol",
"axum",
"dotenv",
"hex",
"socket2 0.4.4",
"sqlx",
"tokio",