Starting a move towards ezsockets

This commit is contained in:
Dave Hrycyszyn
2024-06-06 19:25:54 +01:00
parent bc2307f085
commit ff9fbd49ec
6 changed files with 494 additions and 381 deletions

View File

@@ -6,4 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
simple-websockets = "0.1.6"
async-trait = "0.1.52"
ezsockets = { version = "*", features = ["tungstenite"] }
tokio = { version = "1.17.0", features = ["full"] }
tracing = "0.1.32"
tracing-subscriber = "0.3.9"