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

@@ -21,7 +21,7 @@
extern crate aio_limited;
#[macro_use]
extern crate futures;
extern crate libp2p_swarm as swarm;
extern crate libp2p_core as swarm;
#[macro_use]
extern crate log;
extern crate tokio;