Add yamux in the reexports (#305)

This commit is contained in:
Pierre Krieger
2018-07-16 12:45:28 +02:00
committed by GitHub
parent 16e3453b7f
commit 80f0f9986a

View File

@ -43,6 +43,7 @@ pub extern crate libp2p_secio as secio;
pub extern crate libp2p_tcp_transport as tcp;
pub extern crate libp2p_transport_timeout as transport_timeout;
pub extern crate libp2p_websocket as websocket;
pub extern crate libp2p_yamux as yamux;
pub mod simple;