summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-09-26 15:06:12 +0200
committertroido <troido@protonmail.com>2020-09-26 15:06:12 +0200
commit5a965b1dd369985698104c7cf99e6a0d10e0ec05 (patch)
tree67746d9a7c97b07545a8b7b3389e9b25a2d5b554 /Cargo.toml
parent9e69a2d3004e83a74cb876ae6c6fbdfb6ed167fb (diff)
include timestamps in logs
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"