summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index ee8f2b0..23d5a19 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -5,8 +5,8 @@ extern crate failure;
5 5
6#[macro_use] 6#[macro_use]
7extern crate clap; 7extern crate clap;
8extern crate clap_log_flag; 8
9extern crate clap_verbosity_flag; 9
10#[macro_use] 10#[macro_use]
11extern crate structopt; 11extern crate structopt;
12 12