Added rand and mio
This commit is contained in:
parent
a2fe4a4ac1
commit
8956d4cd5f
@ -1,4 +1,8 @@
|
||||
extern crate rustc_serialize;
|
||||
extern crate mio;
|
||||
extern crate rand;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
pub use std::str::FromStr;
|
||||
|
||||
@ -9,6 +13,8 @@ pub mod bytes;
|
||||
pub mod rlp;
|
||||
pub mod vector;
|
||||
|
||||
//pub mod network;
|
||||
|
||||
#[test]
|
||||
fn it_works() {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user