mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 16:01:04 +00:00
Remove dependency on the parity repo (#734)
This commit is contained in:
committed by
Gav Wood
parent
88ef57e4bd
commit
0ed48c89ab
@@ -27,7 +27,6 @@ extern crate futures;
|
||||
extern crate tokio;
|
||||
extern crate tokio_io;
|
||||
extern crate tokio_timer;
|
||||
extern crate ethkey;
|
||||
extern crate libc;
|
||||
extern crate libp2p;
|
||||
extern crate rand;
|
||||
@@ -38,7 +37,6 @@ extern crate serde_json;
|
||||
extern crate bytes;
|
||||
extern crate unsigned_varint;
|
||||
|
||||
extern crate ethcore_io as io;
|
||||
extern crate ethereum_types;
|
||||
|
||||
#[macro_use]
|
||||
@@ -49,11 +47,12 @@ extern crate log;
|
||||
extern crate assert_matches;
|
||||
|
||||
pub use connection_filter::{ConnectionFilter, ConnectionDirection};
|
||||
pub use io::TimerToken;
|
||||
pub use error::{Error, ErrorKind, DisconnectReason};
|
||||
pub use libp2p::{Multiaddr, multiaddr::AddrComponent};
|
||||
pub use traits::*;
|
||||
|
||||
pub type TimerToken = usize;
|
||||
|
||||
mod connection_filter;
|
||||
mod custom_proto;
|
||||
mod error;
|
||||
|
||||
Reference in New Issue
Block a user