http_protocol: implement axum IntoResponse, use in http_private

This commit is contained in:
Joakim Frostegård 2022-04-03 20:20:51 +02:00
parent 5e79df8e7e
commit 98e7e5cc13
6 changed files with 70 additions and 41 deletions

View file

@ -12,7 +12,7 @@ name = "aquatic_http_private"
[dependencies]
aquatic_cli_helpers = "0.2.0"
aquatic_common = { version = "0.2.0", features = ["rustls-config"] }
aquatic_http_protocol = "0.2.0"
aquatic_http_protocol = { version = "0.2.0", features = ["with-axum"] }
aquatic_toml_config = "0.2.0"
anyhow = "1"