mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-29 09:41:34 +00:00
Rename libp2p_swarm to libp2p_core (#189)
This commit is contained in:
@ -50,7 +50,7 @@
|
||||
//! documentation of `swarm` and of libp2p in general to learn how to use the `Transport` trait.
|
||||
|
||||
extern crate futures;
|
||||
extern crate libp2p_swarm as swarm;
|
||||
extern crate libp2p_core as swarm;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
extern crate multiaddr;
|
||||
|
Reference in New Issue
Block a user