diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-12-28 15:19:04 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-12-28 15:19:04 +0300 |
| commit | bbcbdcbbf95cda5115bbb484b5e2d01669a7a1a0 (patch) | |
| tree | d57a5ec1044713f2ebbdf694f8b6ecca7f800edf /Cargo.toml | |
| parent | 007ee0bc3534218b2d084f368444d96c16d9d7f9 (diff) | |
Implementing integrated router funtions and other fuctions
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -3,8 +3,7 @@ name = "mesk" version = "0.0.1" edition = "2024" license = "GPL-3.0" -authors = [ "namilsk <namilsk@namilsk.tech>", - "asya <asyamozgoff@gmail.com>" ] +authors = [ "namilsk <namilsk@namilsk.tech>" ] description = "An i2p-based package manager developed by Anthrill project" categories = ["command-line-utilities"] repository = "https://codeberg.org/Anthrill/mesk.git" @@ -16,6 +15,8 @@ toml = { version = "0.9.8", features = ["serde"] } serde = { version = "1.0.228", features = ["derive"] } tokio = { version = "1.48.0", features = ["full"] } reqwest = { version = "0.12.24", features = ["stream"] } +emissary-util = { version = "0.3.0", features = ["tokio"] } +emissary-core = "0.3.0" flate2 = "1.1.5" log = "0.4.28" tar = "0.4.44" @@ -26,8 +27,7 @@ num_cpus = "1.17.0" git2 = "0.19.0" gpgme = "0.11.0" glob = "0.3.3" -emissary-core = "0.3.0" -emissary-util = "0.3.0" +lazy_static = "1.5.0" [dev-dependencies] env_logger = "0.11.8" @@ -40,5 +40,5 @@ uuid = { version = "1.19.0", features = ["v4"] } [profile.release] strip = true lto = true -opt-level = "s" - +opt-level = 3 +codegen-units = 1
\ No newline at end of file |
