diff options
| author | Naz <ndpm13@ch-naseem.com> | 2025-07-31 14:50:21 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2025-07-31 14:50:21 +0100 |
| commit | 61b6008db55f8aa6d9cc8d8998c3e28916e144cc (patch) | |
| tree | 64303da75bfb86162873377eb520b2513c72d7df /Cargo.toml | |
| parent | 6b3f5d37fbce2e880a454e66d8fbd78269f1c867 (diff) | |
✨feat: add an error module
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"] } |
