2024-05-29 08:32:40 +01:00
|
|
|
[package]
|
|
|
|
|
name = "side-watcher"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2024-06-06 19:25:54 +01:00
|
|
|
async-trait = "0.1.52"
|
|
|
|
|
ezsockets = { version = "*", features = ["tungstenite"] }
|
2024-06-18 10:17:59 +01:00
|
|
|
sha256 = "1.5.0"
|
2024-06-06 19:25:54 +01:00
|
|
|
tokio = { version = "1.17.0", features = ["full"] }
|
|
|
|
|
tracing = "0.1.32"
|
|
|
|
|
tracing-subscriber = "0.3.9"
|