summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorColin Reeder <colin@vpzom.click>2020-07-18 22:50:21 -0600
committerColin Reeder <colin@vpzom.click>2020-07-18 22:50:21 -0600
commit03eaa82c7a6f22524685f5ddbc72d86288df428e (patch)
tree2418e9794eb11a65d0b65ca4b1ac4c057d9fcb62 /Cargo.toml
parent28633d8f51a34ab43890d7636f1d2da0c44b4868 (diff)
Show time of posts
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 68dad88..9d1a87a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,3 +22,5 @@ ginger = "0.1.0"
ammonia = "3.1.0"
urlencoding = "1.1.1"
http = "0.2.1"
+chrono = "0.4.13"
+timeago = "0.2.1"