summaryrefslogtreecommitdiff
path: root/Cargo.toml
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 /Cargo.toml
parentd14ec12e30852f8a93f310f5c53fce6ab6f1c6c5 (diff)
Limited bot to run within the 2 second window
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 12a5214..7703fc6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,3 +8,4 @@ serde = "1.0.43"
serde_json = "1.0.16"
rand = "0.4.2"
+time = "0.1.4" \ No newline at end of file