summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-01-11 15:54:10 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-05-03 15:20:37 +0200
commit90782208aa073c21fdf6d7e37575f58677c969b5 (patch)
tree0374ccb5b3b0e65f54ef4508fa903270014b3173 /Cargo.toml
parent4ef67bfa4208f6944edadbf0171958cd3172ea22 (diff)
ipc: New crate.
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" }