Add dependency: clap
This commit is contained in:
parent
737aab80dc
commit
73f9f2d36f
2 changed files with 2 additions and 0 deletions
|
@ -7,4 +7,5 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|||
version = "2.0"
|
||||
walkdir = "0.1.5"
|
||||
crossbeam = "0.2.9"
|
||||
clap = "2.*"
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
extern crate crossbeam;
|
||||
extern crate clap;
|
||||
#[macro_use] extern crate version;
|
||||
extern crate walkdir;
|
||||
|
||||
|
|
Loading…
Reference in a new issue