Removing unused crates

This commit is contained in:
Dave Hrycyszyn
2024-06-18 11:59:17 +01:00
parent 7d90f0653e
commit 48a83fcd55
4 changed files with 1 additions and 16 deletions

View File

@@ -8,10 +8,7 @@ edition = "2021"
[dependencies]
async-trait = "0.1.52"
ezsockets = { version = "*", features = ["tungstenite"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.117"
sha256 = "1.5.0"
side-node = { path = "../side-node" }
tokio = { version = "1.17.0", features = ["full"] }
tracing = "0.1.32"
tracing-subscriber = "0.3.9"