fix: clean cargo

This commit is contained in:
2025-11-19 16:38:50 -05:00
Unverified
parent 2185a86d47
commit ee19aa0a7e

View File

@@ -7,10 +7,7 @@ edition = "2021"
tokio = { version = "1.48", features = ["full"] } tokio = { version = "1.48", features = ["full"] }
tokio-tungstenite = "0.28" tokio-tungstenite = "0.28"
futures-util = "0.3.31" futures-util = "0.3.31"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
tracing = "0.1.41" tracing = "0.1.41"
tracing-subscriber = "0.3.20" tracing-subscriber = "0.3.20"
anyhow = "1.0.100" anyhow = "1.0.100"
rand = "0.9.2" rand = "0.9.2"
log = "0.4.28"