mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
remove aquatic_common_tcp crate, move contents into aquatic_http
It doesn't make a lot of sense to make a separate crate for the few things here. I don't really want tight coupling between the crates anyway, since it impedes making changes in them and makes understanding them more difficult.
This commit is contained in:
parent
32402a4dca
commit
f1f708465a
15 changed files with 117 additions and 162 deletions
|
|
@ -17,7 +17,6 @@ path = "src/bin/main.rs"
|
|||
anyhow = "1"
|
||||
aquatic_cli_helpers = { path = "../aquatic_cli_helpers" }
|
||||
aquatic_common = { path = "../aquatic_common" }
|
||||
aquatic_common_tcp = { path = "../aquatic_common_tcp" }
|
||||
aquatic_http_protocol = { path = "../aquatic_http_protocol" }
|
||||
either = "1"
|
||||
flume = "0.7"
|
||||
|
|
@ -35,6 +34,7 @@ rand = { version = "0.7", features = ["small_rng"] }
|
|||
serde = { version = "1", features = ["derive"] }
|
||||
simplelog = "0.8"
|
||||
smartstring = "0.2"
|
||||
socket2 = { version = "0.3", features = ["reuseport"] }
|
||||
|
||||
[dev-dependencies]
|
||||
quickcheck = "0.9"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue