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

2
Cargo.lock generated
View file

@ -72,7 +72,9 @@ dependencies = [
"anyhow",
"cove-core",
"futures",
"rand",
"serde_json",
"thiserror",
"tokio",
"tokio-stream",
"tokio-tungstenite",