summaryrefslogtreecommitdiffstats
path: root/store/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 /store/Cargo.toml
parent4ef67bfa4208f6944edadbf0171958cd3172ea22 (diff)
ipc: New crate.
Diffstat (limited to 'store/Cargo.toml')
-rw-r--r--store/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/store/Cargo.toml b/store/Cargo.toml
index 3a99bbc9..a98a433d 100644
--- a/store/Cargo.toml
+++ b/store/Cargo.toml
@@ -27,6 +27,7 @@ background-services = []
[dependencies]
sequoia-openpgp = { path = "../openpgp", version = "0.6" }
sequoia-core = { path = "../core", version = "0.6" }
+sequoia-ipc = { path = "../ipc", version = "0.6" }
sequoia-net = { path = "../net", version = "0.6" }
capnp = "0.9.2"
capnp-rpc = "0.9"