mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-24 15:21:33 +00:00
Remove relay, peerstore and datastore (#723)
This commit is contained in:
@ -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" }
|
||||
|
@ -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;
|
||||
|
@ -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" }
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user