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 "] [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;