Add dependency: derive_builder = 0.4
This commit is contained in:
parent
64ec2d67f2
commit
5665c313b9
2 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue