From bea8eb55cb26db5dc50958665668759716ff6830 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 27 Feb 2018 02:24:07 -0500 Subject: clean up the verbose output process --- src/main.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 85b4627..2a748cf 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,6 +8,9 @@ extern crate term_size; extern crate users; extern crate walkdir; +#[macro_use] +mod verbose; + mod colors; mod power; mod prompt; -- cgit v1.2.3-54-g00ecf