Add dependency: toml

This commit is contained in:
Matthias Beyer 2017-02-23 13:21:53 +01:00
parent df562b4880
commit ff33c49ea5
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
uuid = { version = "0.3.1", features = ["v4"] }
lazy_static = "0.1.15"
toml = "0.2.*"
[dependencies.libimagstore]
path = "../libimagstore"

View file

@ -18,6 +18,7 @@
//
extern crate uuid;
extern crate toml;
#[macro_use] extern crate libimagerror;
#[macro_use] extern crate libimagstore;