From ee19aa0a7ebea2abcc52b46a44cf34ead216e22d Mon Sep 17 00:00:00 2001 From: Joshua Higgins Date: Wed, 19 Nov 2025 16:38:50 -0500 Subject: [PATCH] fix: clean cargo --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5461f98..12f51a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,10 +7,7 @@ edition = "2021" tokio = { version = "1.48", features = ["full"] } tokio-tungstenite = "0.28" futures-util = "0.3.31" -serde = { version = "1.0.228", features = ["derive"] } -serde_json = "1.0.145" tracing = "0.1.41" tracing-subscriber = "0.3.20" anyhow = "1.0.100" -rand = "0.9.2" -log = "0.4.28" \ No newline at end of file +rand = "0.9.2" \ No newline at end of file