aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
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 /src/lib.rs
parent92668ad4c53edcc1a317a16aa5ea30ca502f54ee (diff)
downloadfrippy-5c7f882a0ed10153b1bd2dd8c796a168059e2c37.tar.gz
frippy-5c7f882a0ed10153b1bd2dd8c796a168059e2c37.zip
Add time passed to tells
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index cc6e921..657b0eb 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -45,6 +45,7 @@ extern crate lazy_static;
extern crate log;
extern crate chrono;
+extern crate humantime;
extern crate irc;
extern crate time;