From 0a4ef078913dc527f2995eefca17fa2e2aee2e10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D1=80=D0=B8=D0=B3=D0=BE=D1=80=D0=B8=D0=B9=20=D0=A1?= =?UTF-8?q?=D0=B0=D1=84=D1=80=D0=BE=D0=BD=D0=BE=D0=B2?= Date: Tue, 1 Jul 2025 19:41:23 +0000 Subject: [PATCH] Update futriix-server/Cargo.toml --- futriix-server/Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/futriix-server/Cargo.toml b/futriix-server/Cargo.toml index 18be069..b78a871 100644 --- a/futriix-server/Cargo.toml +++ b/futriix-server/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" [dependencies] tokio = { version = "1.0", features = ["full"] } -rmp-serde = "0.15" +rmp-serde = "0.15" # MessagePack serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" toml = "0.7" @@ -13,6 +13,4 @@ colored = "2.0" log = "0.4" simplelog = "0.12" crossbeam = "0.8" -parking_lot = "0.12" -warp = "0.3" -clap = { version = "4.0", features = ["derive"] } \ No newline at end of file +parking_lot = "0.12" \ No newline at end of file