summaryrefslogtreecommitdiffstats
path: root/imag-view
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-07-16 23:35:19 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-07-17 01:27:50 +0200
commit53d819d7b6997d818893bccf5036ec9f778c6116 (patch)
treed27f1da84c6c84a02e3dbf7ca5b0b5a93876e401 /imag-view
parentd32a8b94797b9e39e84eddfab6e231e0478320a7 (diff)
Remove dep on glob()
Diffstat (limited to 'imag-view')
-rw-r--r--imag-view/Cargo.toml1
-rw-r--r--imag-view/src/main.rs1
2 files changed, 0 insertions, 2 deletions
diff --git a/imag-view/Cargo.toml b/imag-view/Cargo.toml
index 699e0dbf..ee3bec7c 100644
--- a/imag-view/Cargo.toml
+++ b/imag-view/Cargo.toml
@@ -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"
diff --git a/imag-view/src/main.rs b/imag-view/src/main.rs
index 3d18a45f..8fc85e2c 100644
--- a/imag-view/src/main.rs
+++ b/imag-view/src/main.rs
@@ -14,7 +14,6 @@
)]
extern crate clap;
-extern crate glob;
#[macro_use] extern crate log;
extern crate semver;
extern crate toml;