From e7c49d685efe768c0c1d9c66da7b93b6e118b305 Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Sat, 6 Dec 2025 20:20:16 +0300 Subject: Fixed logical errors, tryed to fix tests --- Cargo.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d6bcb88..6c255df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,19 +11,16 @@ description = "An i2p-based package manager developed by Anthrill project" clap = { version = "4.5.53", features = ["derive"] } toml = { version = "0.9.8", features = ["serde"] } serde = { version = "1.0.228", features = ["derive"] } -tokio = { version = "1.48.0", features = ["fs", "io-util", "macros", "rt"] } +tokio = { version = "1.48.0", features = ["full"] } reqwest = { version = "0.12.24", features = ["stream"] } flate2 = "1.1.5" log = "0.4.28" tar = "0.4.44" -yosemite = "0.6.1" -cc = "1.2.48" url = "2.5.7" indicatif = "0.18.3" futures-util = "0.3.31" num_cpus = "1.17.0" -tempfile = "3.23.0" -serde_json = "1.0.145" +git2 = "0.19.0" [dev-dependencies] env_logger = "0.11.8" @@ -31,4 +28,5 @@ log = "0.4.28" mockito = "1.7.1" tempfile = "3.23.0" tokio-test = "0.4.4" +uuid = { version = "1.19.0", features = ["v4"] } -- cgit v1.2.3