summaryrefslogtreecommitdiffstats
path: root/tool/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@pep-project.org>2018-01-09 17:00:30 +0100
committerJustus Winter <justus@sequoia-pgp.org>2018-01-11 14:50:58 +0100
commit6f1a94f2dd0c7cb7c5e264d4c620a48c1b72152c (patch)
treef2bb9b3563c05585725c6408cde33df9d7ab26d3 /tool/Cargo.toml
parenta3e1899cb4f52c4b87b7165afe1923d2f023f09d (diff)
store: Implement iteration over stores, bindings, and keys.
- Also add corresponding commands to the tool.
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 3becea63..f0118c1a 100644
--- a/tool/Cargo.toml
+++ b/tool/Cargo.toml
@@ -9,6 +9,7 @@ sequoia-core = { path = "../core" }
sequoia-net = { path = "../net" }
sequoia-store = { path = "../store" }
clap = "2.27.1"
+prettytable-rs = "0.6.7"
[[bin]]
name = "sq"