mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 18:55:32 +00:00
Move things to aquatic_common_tcp
This commit is contained in:
parent
720596dfb4
commit
82378e71f6
8 changed files with 61 additions and 45 deletions
|
|
@ -13,4 +13,5 @@ anyhow = "1"
|
|||
aquatic_common = { path = "../aquatic_common" }
|
||||
mio = { version = "0.7", features = ["tcp", "os-poll", "os-util"] }
|
||||
native-tls = "0.2"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
socket2 = { version = "0.3", features = ["reuseport"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue