From d50fdaa06f3509696d04cdd564ebb9b6265c46c4 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 15 Oct 2018 17:32:22 +0200 Subject: add time based filtering This accepts timestamps in the following formats: * Human-readable, like "15d", taken relative to the current time. * rfc3339-like "2018-03-14 13:13:00" More formats might be added in the future. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0fdb1be..576e7d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,3 +14,4 @@ colored = "1" chrono = "0.4" rayon = "1" num-traits = "0.2" +humantime = "1.1" -- cgit v1.2.3