From 35bc841c3c1074e25086d51af6b9ff3b6d81e9d2 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: Sun, 25 May 2025 14:36:48 +0000 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index df695ee..26939a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,19 +1,8 @@ [package] -name = "futriix" +name = "futriix-cli" version = "0.1.0" edition = "2024" [dependencies] -serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0" -tokio = { version = "1.0", features = ["full"] } -redis = { version = "0.23", features = ["cluster"] } -config = "0.13" -log = "0.4" -pretty_env_logger = "0.4" -colored = "2.0" -anyhow = "1.0" -thiserror = "1.0" -log4rs = "1.3.0" - - +colored = "2.0.0" +regex = "1.5.4" \ No newline at end of file