Move conn to core

This commit is contained in:
Joscha 2022-02-17 21:39:59 +01:00
parent c191262bd2
commit 939d9b7586
5 changed files with 20 additions and 3 deletions

View file

@ -4,6 +4,14 @@ version = "0.1.0"
edition = "2021"
[dependencies]
futures = "0.3.21"
hex = { version = "0.4.3", features = ["serde"] }
log = "0.4.14"
rand = "0.8.4"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.78"
sha2 = "0.10.1"
thiserror = "1.0.30"
tokio = { version = "1.16.1", features = ["full"] }
tokio-stream = "0.1.8"
tokio-tungstenite = "0.16.1"