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 3d769a3b..dfcda6b2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,6 +29,7 @@ sequoia-openpgp-ffi = { path = "openpgp-ffi", version = "0.6" }
sequoia-core = { path = "core", version = "0.6" }
sequoia-ffi = { path = "ffi", version = "0.6" }
sequoia-ffi-macros = { path = "ffi-macros", version = "0.6" }
+sequoia-ipc = { path = "ipc", version = "0.6" }
sequoia-net = { path = "net", version = "0.6" }
sequoia-store = { path = "store", version = "0.6" }
sequoia-tool = { path = "tool", version = "0.6" }