summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNamilskyy <alive6863@gmail.com>2025-12-06 20:20:16 +0300
committerNamilskyy <alive6863@gmail.com>2025-12-06 20:20:16 +0300
commite7c49d685efe768c0c1d9c66da7b93b6e118b305 (patch)
treee1bfb33a34c3fe4cb84436e73b48463f5deb8f08 /Cargo.toml
parentc8520a5cf071eedc966e57abaf4ba2a334df83ee (diff)
Fixed logical errors, tryed to fix tests
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 3 insertions, 5 deletions
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"] }