Reexport multihash from the facade (#587)

This commit is contained in:
Pierre Krieger
2018-10-31 08:31:15 +01:00
committed by GitHub
parent 7c8d8b5096
commit 29b1b0b3ba
2 changed files with 2 additions and 0 deletions

View File

@ -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;