From 058d54c5987e38ca691c2c3f0ecfcaa2880d1ed5 Mon Sep 17 00:00:00 2001 From: Igor Matuszewski Date: Mon, 5 Oct 2020 17:22:16 +0200 Subject: Remove top-level facade crate We can select crypto backend either via the root package feature or by using regular openpgp feature if we build only that package. --- autocrypt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autocrypt/Cargo.toml') 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" -- cgit v1.2.3