introduce ethkey dependency to generate txs

This commit is contained in:
keorn
2016-09-14 11:26:39 +02:00
parent faa9c7fb1b
commit b2c0a9d531
3 changed files with 5 additions and 0 deletions

View File

@@ -37,6 +37,9 @@ extern crate semver;
extern crate parking_lot;
extern crate rlp;
#[cfg(test)]
extern crate ethkey;
#[macro_use]
extern crate log;
#[macro_use]