summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-04-04 20:33:36 -0400
committerMatan Kushner <hello@matchai.me>2019-04-04 20:33:36 -0400
commit168d568d549cf55848a33921403f5f1be577742e (patch)
treec9c00921a4ad42cbd3bdf3877088cf587eab3cf0 /src/main.rs
parent52a529c62736d5186453f095b15b0ce038ec72a7 (diff)
Add line_sep section
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index d6694e3dd..7b10ddeba 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,5 +1,8 @@
#[macro_use]
extern crate clap;
+extern crate rayon;
+extern crate ansi_term;
+extern crate dirs;
mod modules;
mod print;