Abstract away connection logic

This commit is contained in:
Joscha 2022-02-12 14:37:06 +01:00
parent e482ba3e05
commit 805df53699
7 changed files with 217 additions and 9 deletions

View file

@ -7,7 +7,9 @@ edition = "2021"
anyhow = "1.0.53"
cove-core = { path = "../cove-core" }
futures = "0.3.21"
rand = "0.8.4"
serde_json = "1.0.78"
thiserror = "1.0.30"
tokio = { version = "1.16.1", features = ["full"] }
tokio-stream = "0.1.8"
tokio-tungstenite = "0.16.1"