diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-12-27 22:26:52 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-12-27 22:26:52 +0300 |
| commit | 007ee0bc3534218b2d084f368444d96c16d9d7f9 (patch) | |
| tree | 4de58305c0d57daa226b4cff7eee3b6055e1c6c3 /Cargo.toml | |
| parent | 12528fcaf99763fc25df694d31208a6fa729d0a3 (diff) | |
An integrated i2p router is being developed
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" |
