diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-12-06 16:36:44 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-12-06 16:36:44 +0300 |
| commit | def46ae74c3f5974ed448e9877b0e0067a8e67d2 (patch) | |
| tree | 4eda9fe8b6da96ea8f1824a14235286fe6e49c72 /Cargo.toml | |
| parent | 79c8ecb6bf4d2fc2df5c90007e7c26b456ddc33f (diff) | |
Big code-cleaning in pkgtoolkit, implemented much functions and fixed logical mistakes
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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" |
