Add dependency clap = 2.1.1
This commit is contained in:
parent
1fd95c9ccd
commit
d7700a38f1
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ version = "0.1.0"
|
|||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
[dependencies]
|
||||
clap = "2.1.1"
|
||||
lazy_static = "0.1"
|
||||
log = "0.3"
|
||||
chrono = "0.2"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
extern crate chrono;
|
||||
extern crate clap;
|
||||
extern crate regex;
|
||||
#[macro_use] extern crate lazy_static;
|
||||
#[macro_use] extern crate log;
|
||||
|
|
Loading…
Reference in a new issue