Add glob()ing in libimagentryview

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

View file

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

View file

@ -15,6 +15,7 @@
)]
#[macro_use] extern crate log;
extern crate glob;
extern crate toml;
extern crate libimagstore;