summaryrefslogtreecommitdiffstats
path: root/store/Cargo.toml
diff options
context:
space:
mode:
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"