diff options
| author | Nathan Perry <avaglir@gmail.com> | 2019-03-03 03:03:43 -0500 |
|---|---|---|
| committer | Nathan Perry <avaglir@gmail.com> | 2019-03-03 03:03:43 -0500 |
| commit | e277e52cbec7bd178337019df7840691845d683d (patch) | |
| tree | 95aa760424b3f25c3e7b1e557326cba6b2ae34a8 /Cargo.toml | |
| parent | 83a06bfbd18e4f539b8e42e8e65d719040863100 (diff) | |
add "time ago" formatting
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
