mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
add aquatic_common_tcp crate, move common functionality there
This commit is contained in:
parent
1eaf2a0351
commit
2e53a2adc1
14 changed files with 163 additions and 127 deletions
|
|
@ -17,6 +17,7 @@ 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" }
|
||||
bendy = { version = "0.3", features = ["std", "serde"] }
|
||||
either = "1"
|
||||
flume = "0.7"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue