Add dep: tempfile = 2.1.1

This commit is contained in:
Matthias Beyer 2016-03-24 11:50:14 +01:00
parent be551feb83
commit eb74b4b1dc
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@ toml = "0.1.27"
log = "0.3.4"
xdg-basedir = "0.2.2"
itertools = "0.4.6"
tempfile = "2.1.1"
[dependencies.libimagstore]
path = "../libimagstore"

View file

@ -1,6 +1,7 @@
#[macro_use] extern crate log;
#[macro_use] extern crate itertools;
#[cfg(unix)] extern crate xdg_basedir;
extern crate tempfile;
extern crate clap;
extern crate toml;