Rename libp2p_swarm to libp2p_core (#189)

This commit is contained in:
Pierre Krieger
2018-05-16 12:59:36 +02:00
committed by GitHub
parent dc6d4df3f8
commit 5c1890e66a
62 changed files with 115 additions and 115 deletions

View File

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