diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-11-30 20:30:56 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-11-30 20:30:56 +0300 |
| commit | 4c050bce3b93fdebc00ceecae034ddcffc01bde6 (patch) | |
| tree | f18c6fe9893dc3d4104c60401b34cae4e44e9394 /Cargo.toml | |
| parent | 5abbc4394cb5fc3af432fa5177b203018db009a6 (diff) | |
Fixed fmt & the number of threads in CI is limited to 2
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,10 +1,12 @@ [package] name = "mesk" -version = "0.1.0" +version = "0.0.1" edition = "2024" license = "GPL-3.0" -authors = ["namilsk <namilsk@namilsk.tech>", - "asya <asyamozgoff@gmail.com>"] +authors = [ "namilsk <namilsk@namilsk.tech>", + "asya <asyamozgoff@gmail.com>" ] +description = "An i2p-based package manager developed by Anthrill project" + [dependencies] @@ -12,6 +14,7 @@ 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"] } +reqwest = { version = "0.12.24", features = ["stream"] } flate2 = "1.1.5" log = "0.4.28" sqlite = "0.37.0" @@ -19,7 +22,6 @@ tar = "0.4.44" emissary-core = "0.2.0" yosemite = "0.6.1" cc = "1.2.48" -reqwest = { version = "0.12.24", features = ["stream"] } url = "2.5.7" indicatif = "0.18.3" futures-util = "0.3.31" |
