summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2017-11-29 22:12:42 +0200
committerJustin Worthe <justin@worthe-it.co.za>2017-11-29 22:12:42 +0200
commit56b731a651e96d1caa7d246b1ae8cd555b23536a (patch)
tree3cd14a0174bfee765bca337b1b5851eaa641b319 /src/lib.rs
parent817d06fc2ef4f8e258d906fad96c26f72b32c702 (diff)
Added cleaning up of funny descriptions
Mostly branches and dates messing with import matching
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 51368c5..7cb52d0 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1 +1,5 @@
+extern crate regex;
+
+#[macro_use] extern crate lazy_static;
+
pub mod qif;