Add dependency: fs2 = 0.2.3

This commit is contained in:
Matthias Beyer 2016-04-14 18:22:44 +02:00
parent 535483d460
commit fd637dae48
2 changed files with 2 additions and 0 deletions

View file

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

View file

@ -1,5 +1,6 @@
#[macro_use] extern crate log;
extern crate toml;
extern crate fs2;
extern crate libimagstore;