From ebaca23cb9884884dae3121e437c36696570878b Mon Sep 17 00:00:00 2001 From: Naz Date: Sun, 27 Jul 2025 14:45:00 +0100 Subject: =?UTF-8?q?=F0=9F=90=9Bfix:=20add=20missing=20deps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index dcaf015..9aaad1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,5 +5,9 @@ edition = "2024" [dependencies] clap = { version = "4.5.41", features = ["derive"] } +futures-util = "0.3.31" +indicatif = { version = "0.18.0", features = ["improved_unicode"] } +reqwest = { version = "0.12.22", features = ["blocking", "json", "stream"] } serde = { version = "1.0.219", features = ["derive"] } +serde_json = "1.0.141" tokio = { version = "1.46.1", features = ["full"] } -- cgit v1.2.3