summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"