mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-20 19:11:08 +03:00
Missing macro use in keychain
This commit is contained in:
parent
f7ddd6b3d3
commit
7a803a8dc1
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ extern crate byteorder;
|
|||
extern crate grin_util as util;
|
||||
extern crate rand;
|
||||
extern crate serde;
|
||||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
extern crate serde_json;
|
||||
|
||||
|
|
Loading…
Reference in a new issue