Add dependency: clap = 2.1.1

This commit is contained in:
Matthias Beyer 2016-03-26 16:10:14 +01:00
parent b30cde474d
commit 19f89c5864
2 changed files with 2 additions and 0 deletions

View file

@ -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"

View file

@ -1,3 +1,4 @@
extern crate clap;
#[macro_use] extern crate log; #[macro_use] extern crate log;
extern crate toml; extern crate toml;