mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +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
15
Cargo.lock
generated
15
Cargo.lock
generated
|
|
@ -54,19 +54,6 @@ dependencies = [
|
|||
"rand",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "aquatic_common_tcp"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"aquatic_common",
|
||||
"mio",
|
||||
"native-tls",
|
||||
"parking_lot",
|
||||
"serde",
|
||||
"socket2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "aquatic_http"
|
||||
version = "0.1.0"
|
||||
|
|
@ -74,7 +61,6 @@ dependencies = [
|
|||
"anyhow",
|
||||
"aquatic_cli_helpers",
|
||||
"aquatic_common",
|
||||
"aquatic_common_tcp",
|
||||
"aquatic_http_protocol",
|
||||
"either",
|
||||
"flume",
|
||||
|
|
@ -94,6 +80,7 @@ dependencies = [
|
|||
"serde",
|
||||
"simplelog",
|
||||
"smartstring",
|
||||
"socket2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue