summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-04-08 23:35:14 -0400
committerMatan Kushner <hello@matchai.me>2019-04-08 23:35:14 -0400
commit969840a15709b1ede088fdfc54aa53f032993c45 (patch)
tree50c8434b1dc17d8572aa4c44ef67bbf49e9b29ef /src/main.rs
parentd58ea0659b3f0c4a62c1165a597d72757b99d088 (diff)
Tidy up dir section
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 9eb013935..b8f11cfc9 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,5 +1,6 @@
#[macro_use]
extern crate clap;
+
extern crate ansi_term;
extern crate dirs;
extern crate git2;