prepare bigint for crates.io

This commit is contained in:
Robert Habermeier
2016-09-13 15:26:31 +02:00
parent 83ddce011d
commit 42a8ea0002
12 changed files with 31 additions and 27 deletions

View File

@@ -20,7 +20,7 @@ extern crate lazy_static;
extern crate tiny_keccak;
extern crate secp256k1;
extern crate rustc_serialize;
extern crate bigint;
extern crate ethcore_bigint as bigint;
mod brain;
mod error;