Add dependency: clap = 2.1.1
This commit is contained in:
parent
b30cde474d
commit
19f89c5864
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"
|
||||||
log = "0.3.5"
|
log = "0.3.5"
|
||||||
toml = "0.1.25"
|
toml = "0.1.25"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
extern crate clap;
|
||||||
#[macro_use] extern crate log;
|
#[macro_use] extern crate log;
|
||||||
extern crate toml;
|
extern crate toml;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue