summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-05-12 22:37:48 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-05-12 22:37:48 +0200
commit02256124fbd57d88effd02c046093ecaf73b77e3 (patch)
tree9b4b33a6119e92b40c808677771d2e95e9971933 /src/lib.rs
parentd14ec12e30852f8a93f310f5c53fce6ab6f1c6c5 (diff)
Limited bot to run within the 2 second window
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 a09f999..728f747 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -5,6 +5,7 @@ extern crate serde_json;
extern crate serde_derive;
extern crate rand;
+extern crate time;
pub mod json;
pub mod engine;