summaryrefslogtreecommitdiffstats
path: root/sqv
diff options
context:
space:
mode:
authorIgor Matuszewski <igor@sequoia-pgp.org>2020-04-04 18:10:29 +0200
committerIgor Matuszewski <igor@sequoia-pgp.org>2020-04-06 16:41:34 +0200
commit583cb3def73457d9594d518679d03fcda1464180 (patch)
tree89270ddea8c83b08c15e8496477bc25d031978e2 /sqv
parent488985f8f2e119c553f2d03d8bd87d49f45d8227 (diff)
openpgp: Introduce (mandatory, for now) crypto-nettle feature flag
Diffstat (limited to 'sqv')
-rw-r--r--sqv/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqv/Cargo.toml b/sqv/Cargo.toml
index 6435258a..fda13995 100644
--- a/sqv/Cargo.toml
+++ b/sqv/Cargo.toml
@@ -21,7 +21,7 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.16", default-features = false }
+sequoia-openpgp = { path = "../openpgp", version = "0.16", default-features = false, features = ["crypto-nettle"] }
anyhow = "1"
chrono = "0.4"
clap = "2.32.0"