summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNamilskyy <alive6863@gmail.com>2025-12-27 22:26:52 +0300
committerNamilskyy <alive6863@gmail.com>2025-12-27 22:26:52 +0300
commit007ee0bc3534218b2d084f368444d96c16d9d7f9 (patch)
tree4de58305c0d57daa226b4cff7eee3b6055e1c6c3 /Cargo.toml
parent12528fcaf99763fc25df694d31208a6fa729d0a3 (diff)
An integrated i2p router is being developed
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a93c362..6e0fe96 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,6 +26,8 @@ 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"
[dev-dependencies]
env_logger = "0.11.8"
@@ -38,5 +40,5 @@ uuid = { version = "1.19.0", features = ["v4"] }
[profile.release]
strip = true
lto = true
-opt-level = "z"
+opt-level = "s"