mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
http_protocol: implement axum IntoResponse, use in http_private
This commit is contained in:
parent
5e79df8e7e
commit
98e7e5cc13
6 changed files with 70 additions and 41 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue