aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
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 /Cargo.toml
parent83a06bfbd18e4f539b8e42e8e65d719040863100 (diff)
add "time ago" formatting
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 7b6b082..efa64b5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,6 +26,7 @@ sha1 = { version = "^0.6", features = ["std"] }
regex = "~1.1"
itertools = "^0.8"
serde_json = "~1.0"
+timeago = "^0.1"
[dependencies.serenity]
default-features = false