summaryrefslogtreecommitdiffstats
path: root/tool/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@pep-project.org>2018-01-09 16:44:35 +0100
committerJustus Winter <justus@pep-project.org>2018-01-09 17:02:08 +0100
commit31ae5bf9fb5234395fc2116b73476101a04abfa3 (patch)
treeefa7ec0b8b32c2caf0eb1783122882e1476927b4 /tool/Cargo.toml
parente9aa30a49abd89adacc26033cb0f737e9d3592ec (diff)
tool: Add key store commands.
- Add commands to add, import, export keys, and to get binding and key stats.
Diffstat (limited to 'tool/Cargo.toml')
-rw-r--r--tool/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/Cargo.toml b/tool/Cargo.toml
index c1db4614..3becea63 100644
--- a/tool/Cargo.toml
+++ b/tool/Cargo.toml
@@ -7,6 +7,7 @@ authors = ["Justus Winter <justus@pep-project.org>"]
openpgp = { path = "../openpgp" }
sequoia-core = { path = "../core" }
sequoia-net = { path = "../net" }
+sequoia-store = { path = "../store" }
clap = "2.27.1"
[[bin]]