Abstract away connection logic
This commit is contained in:
parent
e482ba3e05
commit
805df53699
7 changed files with 217 additions and 9 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue