mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-10 08:31:20 +00:00
Export plaintext from the root (#665)
This commit is contained in:
parent
a5fee2dbac
commit
2ec991bb66
@ -20,6 +20,7 @@ libp2p-kad = { path = "./protocols/kad" }
|
||||
libp2p-floodsub = { path = "./protocols/floodsub" }
|
||||
libp2p-peerstore = { path = "./stores/peerstore" }
|
||||
libp2p-ping = { path = "./protocols/ping" }
|
||||
libp2p-plaintext = { path = "./protocols/plaintext" }
|
||||
libp2p-ratelimit = { path = "./transports/ratelimit" }
|
||||
libp2p-relay = { path = "./transports/relay" }
|
||||
libp2p-core = { path = "./core" }
|
||||
|
@ -149,6 +149,7 @@ pub extern crate libp2p_floodsub as floodsub;
|
||||
pub extern crate libp2p_mplex as mplex;
|
||||
pub extern crate libp2p_peerstore as peerstore;
|
||||
pub extern crate libp2p_ping as ping;
|
||||
pub extern crate libp2p_plaintext as plaintext;
|
||||
pub extern crate libp2p_ratelimit as ratelimit;
|
||||
pub extern crate libp2p_relay as relay;
|
||||
pub extern crate libp2p_secio as secio;
|
||||
|
Loading…
x
Reference in New Issue
Block a user