aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2019-03-03 03:03:43 -0500
committerNathan Perry <avaglir@gmail.com>2019-03-03 03:03:43 -0500
commite277e52cbec7bd178337019df7840691845d683d (patch)
tree95aa760424b3f25c3e7b1e557326cba6b2ae34a8 /src/main.rs
parent83a06bfbd18e4f539b8e42e8e65d719040863100 (diff)
add "time ago" formatting
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index b13137e..044e6cf 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -19,6 +19,7 @@ extern crate serde_json;
extern crate serenity;
extern crate sha1;
extern crate time;
+extern crate timeago;
extern crate typemap;
extern crate url;