summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/Cargo.toml
diff options
context:
space:
mode:
authorIgor Matuszewski <igor@sequoia-pgp.org>2020-10-05 17:22:16 +0200
committerIgor Matuszewski <igor@sequoia-pgp.org>2020-10-05 17:30:51 +0200
commit058d54c5987e38ca691c2c3f0ecfcaa2880d1ed5 (patch)
tree19247c03697a6ac27e758184dee4ef8d26850d11 /openpgp-ffi/Cargo.toml
parentf6e2e1d3be653f7fc201122faa89e05177f9b35c (diff)
Remove top-level facade crateigor/reorganize-workspace
We can select crypto backend either via the root package feature or by using regular openpgp feature if we build only that package.
Diffstat (limited to 'openpgp-ffi/Cargo.toml')
-rw-r--r--openpgp-ffi/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp-ffi/Cargo.toml b/openpgp-ffi/Cargo.toml
index 565d5526..7f29a874 100644
--- a/openpgp-ffi/Cargo.toml
+++ b/openpgp-ffi/Cargo.toml
@@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
sequoia-ffi-macros = { path = "../ffi-macros", version = "0.19" }
-sequoia-openpgp = { path = "../openpgp", version = "0.19" }
+sequoia-openpgp = { path = "../openpgp", version = "0.19", default-features = false }
anyhow = "1"
lazy_static = "1.0.0"
libc = "0.2.33"