summaryrefslogtreecommitdiff
path: root/Cargo.lock
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.lock
parent209dcb3e6f50a6289197b4cb3c78e069c327c21e (diff)
✨feat: improve error message formatting with colored output
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c95b724..ac07c2b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -180,6 +180,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
[[package]]
+name = "colored"
+version = "3.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e"
+dependencies = [
+ "windows-sys 0.59.0",
+]
+
+[[package]]
name = "console"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1859,6 +1868,7 @@ name = "zap-rs"
version = "0.1.0"
dependencies = [
"clap",
+ "colored",
"derive_more",
"futures-util",
"indicatif",