From bbcbdcbbf95cda5115bbb484b5e2d01669a7a1a0 Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Sun, 28 Dec 2025 15:19:04 +0300 Subject: Implementing integrated router funtions and other fuctions --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6e0fe96..4016a05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,7 @@ name = "mesk" version = "0.0.1" edition = "2024" license = "GPL-3.0" -authors = [ "namilsk ", - "asya " ] +authors = [ "namilsk " ] 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 -- cgit v1.2.3