Update Cargo.toml

This commit is contained in:
Григорий Сафронов 2025-05-25 14:36:48 +00:00
parent 17a62d3ace
commit 35bc841c3c

View File

@ -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"