Start answering hello commands

This commit is contained in:
Joscha 2022-02-12 00:54:27 +01:00
parent fec541b7aa
commit 6cc8670291
5 changed files with 207 additions and 182 deletions

View file

@ -4,8 +4,10 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.53"
cove-core = { path = "../cove-core" }
futures = "0.3.21"
serde_json = "1.0.78"
tokio = { version = "1.16.1", features = ["full"] }
tokio-stream = "0.1.8"
tokio-tungstenite = "0.16.1"