aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2018-02-26 18:09:57 +0100
committerJokler <jokler.contact@gmail.com>2018-02-26 18:09:57 +0100
commit5c7f882a0ed10153b1bd2dd8c796a168059e2c37 (patch)
treeda43eb87c75762e742e115733b5516a38b4af59d /Cargo.toml
parent92668ad4c53edcc1a317a16aa5ea30ca502f54ee (diff)
downloadfrippy-5c7f882a0ed10153b1bd2dd8c796a168059e2c37.tar.gz
frippy-5c7f882a0ed10153b1bd2dd8c796a168059e2c37.zip
Add time passed to tells
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 7b7c6f3..961ffb9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,6 +27,7 @@ mysql = [
irc = "0.13.4"
log = "0.4.1"
time = "0.1.39"
+humantime = "1.1.0"
rlua = "0.12.2"
reqwest = "0.8.5"
select = "0.4.2"