Add dependency: derive_builder = 0.4

This commit is contained in:
Matthias Beyer 2017-05-20 15:07:51 +02:00
parent 64ec2d67f2
commit 5665c313b9
2 changed files with 2 additions and 0 deletions

View file

@ -18,6 +18,7 @@ chrono = "0.3"
toml-query = "0.1"
lazy_static = "0.2"
toml = "0.4"
derive_builder = "0.4"
[dependencies.libimagerror]
path = "../libimagerror"

View file

@ -18,6 +18,7 @@
//
#[macro_use] extern crate lazy_static;
#[macro_use] extern crate derive_builder;
extern crate chrono;
extern crate toml_query;
extern crate toml;