summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNaz <ndpm13@ch-naseem.com>2025-08-06 16:04:54 +0100
committerNaz <ndpm13@ch-naseem.com>2025-08-06 16:04:54 +0100
commit34ddec75936a7afd17af50954e7185026e79e9ff (patch)
tree18bc8295ba558ebf70988a993f4626299c48d1bb /Cargo.toml
parent209dcb3e6f50a6289197b4cb3c78e069c327c21e (diff)
✨feat: improve error message formatting with colored output
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1f384cf..21eea19 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,7 @@ edition = "2024"
[dependencies]
clap = { version = "4.5.41", features = ["derive"] }
+colored = "3.0.0"
derive_more = { version = "2.0.1", features = ["from"] }
futures-util = "0.3.31"
indicatif = { version = "0.18.0", features = ["improved_unicode"] }