mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-26 08:11:39 +00:00
Reexport multihash from the facade (#587)
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user