summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNaz <ndpm13@ch-naseem.com>2025-07-31 14:50:21 +0100
committerNaz <ndpm13@ch-naseem.com>2025-07-31 14:50:21 +0100
commit61b6008db55f8aa6d9cc8d8998c3e28916e144cc (patch)
tree64303da75bfb86162873377eb520b2513c72d7df /Cargo.toml
parent6b3f5d37fbce2e880a454e66d8fbd78269f1c867 (diff)
✨feat: add an error module
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 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"] }