mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-21 07:01:21 +00:00
Reexport multihash from the facade (#587)
This commit is contained in:
parent
7c8d8b5096
commit
29b1b0b3ba
@ -13,6 +13,7 @@ secio-secp256k1 = ["libp2p-secio/secp256k1"]
|
||||
bytes = "0.4"
|
||||
futures = "0.1"
|
||||
multiaddr = { path = "./misc/multiaddr" }
|
||||
multihash = { path = "./misc/multihash" }
|
||||
libp2p-mplex = { path = "./muxers/mplex" }
|
||||
libp2p-identify = { path = "./protocols/identify" }
|
||||
libp2p-kad = { path = "./protocols/kad" }
|
||||
|
@ -135,6 +135,7 @@ pub extern crate futures;
|
||||
#[cfg(not(target_os = "emscripten"))]
|
||||
pub extern crate tokio_current_thread;
|
||||
pub extern crate multiaddr;
|
||||
pub extern crate multihash;
|
||||
pub extern crate tokio_io;
|
||||
pub extern crate tokio_codec;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user