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

1
Cargo.lock generated
View file

@ -171,6 +171,7 @@ name = "aquatic_http_protocol"
version = "0.2.0"
dependencies = [
"anyhow",
"axum",
"bendy",
"criterion",
"hex",