Update jsonrpc dependency syntax

This commit is contained in:
Tyera Eulberg
2018-08-13 13:59:04 -06:00
committed by Tyera Eulberg
parent 124f6e83d2
commit d3c09b4e96
4 changed files with 8 additions and 5 deletions

View File

@@ -64,6 +64,7 @@ extern crate byteorder;
extern crate chrono;
extern crate generic_array;
extern crate itertools;
extern crate jsonrpc_core;
#[macro_use]
extern crate jsonrpc_macros;
extern crate jsonrpc_http_server;