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>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
clap = "2.1.1"
|
||||||
lazy_static = "0.1"
|
lazy_static = "0.1"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
chrono = "0.2"
|
chrono = "0.2"
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
extern crate chrono;
|
extern crate chrono;
|
||||||
|
extern crate clap;
|
||||||
extern crate regex;
|
extern crate regex;
|
||||||
#[macro_use] extern crate lazy_static;
|
#[macro_use] extern crate lazy_static;
|
||||||
#[macro_use] extern crate log;
|
#[macro_use] extern crate log;
|
||||||
|
|
Loading…
Reference in a new issue