From 61b6008db55f8aa6d9cc8d8998c3e28916e144cc Mon Sep 17 00:00:00 2001 From: Naz Date: Thu, 31 Jul 2025 14:50:21 +0100 Subject: =?UTF-8?q?=E2=9C=A8feat:=20add=20an=20error=20module?= 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 9aaad1f..1f384cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ edition = "2024" [dependencies] clap = { version = "4.5.41", features = ["derive"] } +derive_more = { version = "2.0.1", features = ["from"] } futures-util = "0.3.31" indicatif = { version = "0.18.0", features = ["improved_unicode"] } reqwest = { version = "0.12.22", features = ["blocking", "json", "stream"] } -- cgit v1.2.3