summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/lib.rs b/src/lib.rs
deleted file mode 100644
index 6cd8730..0000000
--- a/src/lib.rs
+++ /dev/null
@@ -1,20 +0,0 @@
-extern crate serde;
-extern crate serde_json;
-
-#[macro_use]
-extern crate serde_derive;
-
-extern crate rand;
-extern crate time;
-
-extern crate rayon;
-
-extern crate arrayvec;
-
-#[macro_use]
-#[cfg(feature = "heuristic-random")]
-extern crate lazy_static;
-
-pub mod input;
-pub mod engine;
-pub mod strategy;