Remove dep on glob()

This commit is contained in:
Matthias Beyer 2016-07-16 23:35:19 +02:00
parent d32a8b9479
commit 53d819d7b6
2 changed files with 0 additions and 2 deletions

View file

@ -5,7 +5,6 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
clap = "2.1.1"
glob = "0.2.11"
log = "0.3"
semver = "0.2.1"
toml = "0.1.25"

View file

@ -14,7 +14,6 @@
)]
extern crate clap;
extern crate glob;
#[macro_use] extern crate log;
extern crate semver;
extern crate toml;