summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e14d33a..d6bcb88 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,8 +7,6 @@ authors = [ "namilsk <namilsk@namilsk.tech>",
"asya <asyamozgoff@gmail.com>" ]
description = "An i2p-based package manager developed by Anthrill project"
-
-
[dependencies]
clap = { version = "4.5.53", features = ["derive"] }
toml = { version = "0.9.8", features = ["serde"] }
@@ -23,6 +21,9 @@ 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"
[dev-dependencies]
env_logger = "0.11.8"