summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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.toml
parent2bd001a81fa53e4f3cbc972f6354c8e3e510d1c7 (diff)
autocrypt: New crate.
- Move the autocrypt-related functionality to a new crate. - Fixes #424.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 49aac373..d28c73b8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,6 +26,7 @@ maintenance = { status = "actively-developed" }
buffered-reader = { path = "buffered-reader", version = "0.13" }
sequoia-openpgp = { path = "openpgp", version = "0.13" }
sequoia-openpgp-ffi = { path = "openpgp-ffi", version = "0.13" }
+sequoia-autocrypt = { path = "autocrypt", version = "0.13" }
sequoia-core = { path = "core", version = "0.13" }
sequoia-ffi = { path = "ffi", version = "0.13" }
sequoia-ffi-macros = { path = "ffi-macros", version = "0.13" }