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] [package]
name = "futriix" name = "futriix-cli"
version = "0.1.0" version = "0.1.0"
edition = "2024" edition = "2024"
[dependencies] [dependencies]
serde = { version = "1.0", features = ["derive"] } colored = "2.0.0"
serde_json = "1.0" regex = "1.5.4"
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"