From 5a965b1dd369985698104c7cf99e6a0d10e0ec05 Mon Sep 17 00:00:00 2001 From: troido Date: Sat, 26 Sep 2020 15:06:12 +0200 Subject: include timestamps in logs --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index db2e00b..86cbcc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,3 +22,4 @@ base64 = "0.12.0" ring = "0.16.12" strum = "0.19" strum_macros = "0.19" +chrono = "0.4.17" -- cgit