summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-05-15 23:15:02 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-05-15 23:15:11 +0200
commit4c0eed0ed7e7cc0fcec60624c0a0251a9e525fb1 (patch)
tree707fecfd39efaf01b12eacd478d96834bf3204df /src/lib.rs
parent0ebebeccd72ba76a2a9a9ad94c38feaed9b6ab1c (diff)
Rayon for threading
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 728f747..6bcfc00 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -7,6 +7,8 @@ extern crate serde_derive;
extern crate rand;
extern crate time;
+extern crate rayon;
+
pub mod json;
pub mod engine;
pub mod strategy;