From 52987cace42c420c1a140844ba898c633fe7440c Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Wed, 17 Jan 2018 14:09:06 +0100 Subject: 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. --- 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 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" -- cgit v1.2.3