From 6f1a94f2dd0c7cb7c5e264d4c620a48c1b72152c Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 9 Jan 2018 17:00:30 +0100 Subject: store: Implement iteration over stores, bindings, and keys. - Also add corresponding commands to the tool. --- tool/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'tool/Cargo.toml') 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" -- cgit v1.2.3