Added rand and mio

This commit is contained in:
arkpar 2015-11-26 23:45:02 +01:00
parent a2fe4a4ac1
commit 8956d4cd5f
1 changed files with 6 additions and 0 deletions

View File

@ -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() {
}