summaryrefslogtreecommitdiffstats
path: root/sop
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 /sop
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 'sop')
-rw-r--r--sop/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sop/Cargo.toml b/sop/Cargo.toml
index 5386ba15..fdb6ae87 100644
--- a/sop/Cargo.toml
+++ b/sop/Cargo.toml
@@ -19,7 +19,7 @@ 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 }
anyhow = "1"
chrono = "0.4"
structopt = { version = "0.3.8", default-features = false }