move more things from aquatic_http to aquatic_common_tcp

This commit is contained in:
Joakim Frostegård 2020-07-02 16:47:33 +02:00
parent 2e53a2adc1
commit 720596dfb4
6 changed files with 151 additions and 128 deletions

View file

@ -12,4 +12,5 @@ name = "aquatic_common_tcp"
anyhow = "1"
aquatic_common = { path = "../aquatic_common" }
mio = { version = "0.7", features = ["tcp", "os-poll", "os-util"] }
native-tls = "0.2"
native-tls = "0.2"
serde = { version = "1", features = ["derive"] }