removed unused dependency

This commit is contained in:
Kai Sickeler 2016-08-06 19:19:03 +02:00
parent fcb9001c1e
commit 96e88d6c80
2 changed files with 0 additions and 2 deletions

View file

@ -7,7 +7,6 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
log = "0.3"
toml = "0.1.25"
glob = "0.2.11"
tempfile = "2.1.4"
[dependencies.libimagrt]
path = "../libimagrt"

View file

@ -17,7 +17,6 @@
#[macro_use] extern crate log;
extern crate glob;
extern crate toml;
extern crate tempfile;
extern crate libimagstore;
extern crate libimagrt;