summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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 24442b0b..a330a5f8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,6 +24,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
buffered-reader = { path = "buffered-reader", version = "0.3.0" }
sequoia-openpgp = { path = "openpgp", version = "0.3.0" }
+sequoia-openpgp-ffi = { path = "openpgp-ffi", version = "0.3.0" }
sequoia-core = { path = "core", version = "0.3.0" }
sequoia-ffi = { path = "ffi", version = "0.3.0" }
sequoia-ffi-macros = { path = "ffi-macros", version = "0.3.0" }