mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_http: move protocol module to new crate aquatic_http_protocol
This commit is contained in:
parent
4caf174da5
commit
4ac2012a2a
36 changed files with 65 additions and 24 deletions
21
Cargo.lock
generated
21
Cargo.lock
generated
|
|
@ -75,8 +75,7 @@ dependencies = [
|
|||
"aquatic_cli_helpers",
|
||||
"aquatic_common",
|
||||
"aquatic_common_tcp",
|
||||
"bendy",
|
||||
"criterion",
|
||||
"aquatic_http_protocol",
|
||||
"either",
|
||||
"flume",
|
||||
"hashbrown",
|
||||
|
|
@ -98,6 +97,24 @@ dependencies = [
|
|||
"smartstring",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "aquatic_http_protocol"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bendy",
|
||||
"criterion",
|
||||
"hashbrown",
|
||||
"itoa",
|
||||
"log",
|
||||
"memchr",
|
||||
"quickcheck",
|
||||
"quickcheck_macros",
|
||||
"rand",
|
||||
"serde",
|
||||
"smartstring",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "aquatic_udp"
|
||||
version = "0.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue