summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-04-07 16:43:11 -0400
committerMatan Kushner <hello@matchai.me>2019-04-07 16:43:11 -0400
commitff94c9f25f737360d59d98d718944b91f2582d38 (patch)
tree0fc27141c87c4e3a41d9095f3be5d791438637a5 /src/main.rs
parentc79cbe63b147b3e6e490f662f06d317e441ad2c4 (diff)
Use git project root for truncation
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 2f41fb5dd..9eb013935 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -2,6 +2,7 @@
extern crate clap;
extern crate ansi_term;
extern crate dirs;
+extern crate git2;
mod modules;
mod print;