http_private: add config, launch with cli helpers

This commit is contained in:
Joakim Frostegård 2022-04-02 14:35:40 +02:00
parent 6e97bff93f
commit 088daa72ff
8 changed files with 200 additions and 30 deletions

5
Cargo.lock generated
View file

@ -144,10 +144,15 @@ name = "aquatic_http_private"
version = "0.1.0"
dependencies = [
"anyhow",
"aquatic_cli_helpers",
"aquatic_common",
"aquatic_http_protocol",
"aquatic_toml_config",
"axum",
"dotenv",
"hex",
"mimalloc",
"serde",
"socket2 0.4.4",
"sqlx",
"tokio",