summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNaz <ndpm13@ch-naseem.com>2025-08-03 10:08:45 +0100
committerNaz <ndpm13@ch-naseem.com>2025-08-03 10:08:45 +0100
commit57ffe6ff51a8f3ccc41607f18dcf3c9039e85d94 (patch)
tree7ab8e10bf2fce88ca3cdfb2a6b13c0717c638407 /Cargo.toml
parent6b3f5d37fbce2e880a454e66d8fbd78269f1c867 (diff)
parentdc0ee6ce99a0480b7a6c228492936b16ceaf60cd (diff)
Merge pull request 'Add comprehensive error types' (#12) from feat/issue-5 into main
Reviewed-on: https://git.ch-naseem.com/ndpm13/zap-rs/pulls/12
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"] }