summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-01-22 15:04:39 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-01-22 15:07:18 +0100
commit352092ec14a8e18aff6d1fb9d03e0525185ab111 (patch)
tree35df137a61ce14c08a13caa0ada2fd5fa7a747d8
parent95a9578ab7d3b5437c41372b41fe6db8983ae8bf (diff)
ffi: Drop superfluous dependency on openpgp-ffi.
-rw-r--r--ffi/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml
index 3e158d0c..80059a09 100644
--- a/ffi/Cargo.toml
+++ b/ffi/Cargo.toml
@@ -23,7 +23,6 @@ maintenance = { status = "actively-developed" }
[dependencies]
sequoia-ffi-macros = { path = "../ffi-macros" }
sequoia-openpgp = { path = "../openpgp" }
-sequoia-openpgp-ffi = { path = "../openpgp-ffi" }
sequoia-core = { path = "../core" }
sequoia-store = { path = "../store" }
sequoia-net = { path = "../net" }