summaryrefslogtreecommitdiffstats
path: root/autocrypt/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 /autocrypt/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 'autocrypt/Cargo.toml')
-rw-r--r--autocrypt/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/autocrypt/Cargo.toml b/autocrypt/Cargo.toml
index 208fed6b..8eaf5ad4 100644
--- a/autocrypt/Cargo.toml
+++ b/autocrypt/Cargo.toml
@@ -21,5 +21,5 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.19" }
+sequoia-openpgp = { path = "../openpgp", version = "0.19", default-features = false }
base64 = ">= 0.11, < 0.13"