aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 177f726..1d1c6dd 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -18,7 +18,8 @@ extern crate fnv;
#[cfg_attr(test, macro_use)] extern crate itertools;
#[macro_use] extern crate lazy_static;
#[macro_use] extern crate log;
-#[macro_use] extern crate nom;
+extern crate pest;
+#[macro_use] extern crate pest_derive;
extern crate rand;
extern crate regex;
extern crate reqwest;