From 4bf685f951217b0b5b4df067b8dfeec8bae01357 Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Sun, 30 Nov 2025 16:26:39 +0300 Subject: Major updates in network sector, implemented package fetch by index, some fixes in pkgtoolkit --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 01c143b..86f510e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,8 @@ tar = "0.4.44" emissary-core = "0.2.0" yosemite = "0.6.1" cc = "1.2.48" -reqwest = "0.12.24" +reqwest = { version = "0.12.24", features = ["stream"] } url = "2.5.7" +indicatif = "0.18.3" +futures-util = "0.3.31" -- cgit v1.2.3