summaryrefslogtreecommitdiffstats
path: root/tool/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-01-17 14:09:06 +0100
committerJustus Winter <justus@sequoia-pgp.org>2018-01-18 14:20:12 +0100
commit52987cace42c420c1a140844ba898c633fe7440c (patch)
tree79288ea78f98fc164e58eba10c5d225374cb18b8 /tool/Cargo.toml
parentc66b464a98e2751ea76adf7874884db62349508f (diff)
store: Use time::Timespec and fix stats.
- Use time::Timespec instead of std::time::SystemTime in the API. - Record timestamps of encryptions and verifications. - Adapt 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 f0118c1a..276f4c7e 100644
--- a/tool/Cargo.toml
+++ b/tool/Cargo.toml
@@ -10,6 +10,7 @@ sequoia-net = { path = "../net" }
sequoia-store = { path = "../store" }
clap = "2.27.1"
prettytable-rs = "0.6.7"
+time = "0.1.38"
[[bin]]
name = "sq"