about summary refs log tree commit diff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 636663e05045..8bad5c057fd3 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -21,6 +21,8 @@ extern crate downcast_rs;
 extern crate backtrace;
 #[macro_use]
 extern crate include_dir;
+#[macro_use]
+extern crate nom;
 
 #[macro_use]
 mod util;