diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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"] } |
