From 34ddec75936a7afd17af50954e7185026e79e9ff Mon Sep 17 00:00:00 2001 From: Naz Date: Wed, 6 Aug 2025 16:04:54 +0100 Subject: =?UTF-8?q?=E2=9C=A8feat:=20improve=20error=20message=20formatting?= =?UTF-8?q?=20with=20colored=20output?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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"] } -- cgit v1.2.3