Remove relay, peerstore and datastore (#723)

This commit is contained in:
Pierre Krieger
2018-12-04 14:52:14 +01:00
committed by GitHub
parent 57ebe697b5
commit 9e0f110e47
26 changed files with 0 additions and 3530 deletions

View File

@ -8,7 +8,6 @@ license = "MIT"
bytes = "0.4"
fnv = "1"
futures = "0.1"
libp2p-peerstore = { path = "../../stores/peerstore" }
libp2p-core = { path = "../../core" }
log = "0.4.1"
multiaddr = { path = "../../misc/multiaddr" }

View File

@ -69,7 +69,6 @@ extern crate bytes;
extern crate fnv;
#[macro_use]
extern crate futures;
extern crate libp2p_peerstore;
extern crate libp2p_core;
extern crate log;
extern crate multiaddr;

View File

@ -9,7 +9,6 @@ arrayvec = "0.4.7"
bs58 = "0.2.0"
bigint = "4.2"
bytes = "0.4"
datastore = { path = "../../stores/datastore" }
fnv = "1.0"
futures = "0.1"
libp2p-identify = { path = "../../protocols/identify" }

View File

@ -60,7 +60,6 @@ extern crate arrayvec;
extern crate bigint;
extern crate bs58;
extern crate bytes;
extern crate datastore;
extern crate fnv;
#[cfg_attr(test, macro_use)]
extern crate futures;