summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-10-01 20:20:08 +0300
committerLars Wirzenius <liw@liw.fi>2018-10-01 20:20:08 +0300
commitb22f1facb247a78e8c706a0201dcf6a397ddb0e4 (patch)
tree6e6dc662ddf4311154a1dab6bd3a1fcff97bda7d /Cargo.toml
parent3c13d2fd983580e1d5988ae3bad41cb08195894c (diff)
downloadsummainrs-b22f1facb247a78e8c706a0201dcf6a397ddb0e4.tar.gz
Change: pretty print timestamps to be human-readable
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 5acabab..e07127a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,3 +5,4 @@ authors = ["Lars Wirzenius <liw@liw.fi>"]
[dependencies]
users = "0.7"
+chrono = "0.4.6"