mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic http protocol: add deserialize impl for responses
This commit is contained in:
parent
d487bf3ebb
commit
fe887e1de5
4 changed files with 203 additions and 17 deletions
|
|
@ -25,6 +25,7 @@ harness = false
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
bendy = { version = "0.3", features = ["std", "serde"] }
|
||||
hashbrown = "0.8"
|
||||
hex = { version = "0.4", default-features = false }
|
||||
httparse = "1"
|
||||
|
|
@ -36,7 +37,6 @@ serde = { version = "1", features = ["derive"] }
|
|||
smartstring = "0.2"
|
||||
|
||||
[dev-dependencies]
|
||||
bendy = { version = "0.3", features = ["std", "serde"] }
|
||||
criterion = "0.3"
|
||||
quickcheck = "0.9"
|
||||
quickcheck_macros = "0.9"
|
||||
Loading…
Add table
Add a link
Reference in a new issue