Add dependency: serde_json
This commit is contained in:
parent
6d14212042
commit
6222aac837
2 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ task-hookrs = "0.2"
|
||||||
uuid = "0.2.0"
|
uuid = "0.2.0"
|
||||||
toml = "0.1.28"
|
toml = "0.1.28"
|
||||||
log = "0.3.6"
|
log = "0.3.6"
|
||||||
|
serde_json = "0.7.3"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
[dependencies.libimagstore]
|
||||||
path = "../libimagstore"
|
path = "../libimagstore"
|
||||||
|
|
|
@ -2,6 +2,7 @@ extern crate semver;
|
||||||
extern crate uuid;
|
extern crate uuid;
|
||||||
extern crate toml;
|
extern crate toml;
|
||||||
#[macro_use] extern crate log;
|
#[macro_use] extern crate log;
|
||||||
|
extern crate serde_json;
|
||||||
|
|
||||||
#[macro_use] extern crate libimagstore;
|
#[macro_use] extern crate libimagstore;
|
||||||
#[macro_use] extern crate libimagerror;
|
#[macro_use] extern crate libimagerror;
|
||||||
|
|
Loading…
Reference in a new issue