summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 6 insertions, 6 deletions
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 <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