Update Cargo.toml
This commit is contained in:
parent
17a62d3ace
commit
35bc841c3c
17
Cargo.toml
17
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"
|
Loading…
x
Reference in New Issue
Block a user