diff options
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" |
