summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-02-06 17:46:56 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-02-06 18:01:33 +0100
commit6953b4f9902f5f524e92a15518d0132fb662704a (patch)
treea02b4e656196a674146709ad42f32f4b295dcac3 /Cargo.lock
parent2bd001a81fa53e4f3cbc972f6354c8e3e510d1c7 (diff)
autocrypt: New crate.
- Move the autocrypt-related functionality to a new crate. - Fixes #424.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f224cda4..155719d2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1542,6 +1542,7 @@ name = "sequoia"
version = "0.13.0"
dependencies = [
"buffered-reader 0.13.0",
+ "sequoia-autocrypt 0.13.0",
"sequoia-core 0.13.0",
"sequoia-ffi 0.13.0",
"sequoia-ffi-macros 0.13.0",
@@ -1556,6 +1557,14 @@ dependencies = [
]
[[package]]
+name = "sequoia-autocrypt"
+version = "0.13.0"
+dependencies = [
+ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "sequoia-openpgp 0.13.0",
+]
+
+[[package]]
name = "sequoia-core"
version = "0.13.0"
dependencies = [
@@ -1722,6 +1731,7 @@ dependencies = [
"itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"prettytable-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rpassword 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "sequoia-autocrypt 0.13.0",
"sequoia-core 0.13.0",
"sequoia-net 0.13.0",
"sequoia-openpgp 0.13.0",