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 47fbd373..cca0dc15 100644
--- a/store/Cargo.toml
+++ b/store/Cargo.toml
@@ -14,6 +14,7 @@ sequoia-core = { path = "../core" }
sequoia-net = { path = "../net" }
capnp = "0.8"
capnp-rpc = "0.8"
+failure = "0.1.1"
futures = "0.1.17"
rand = "0.3"
rusqlite = "0.12.0"