Add libp2p readme

This commit is contained in:
Paul Hauner
2018-08-07 10:11:00 +10:00
parent 0064efc402
commit fe423c1346
2 changed files with 7 additions and 8 deletions

View File

@@ -1,11 +1,3 @@
/*
* This is a scrappy floodsub implementation that is intended
* to "make-do" until a p2p impl is finalized.
*
* It is not guaranteed to be working and needs to be modified
* to run in its own thread.
*/
extern crate bigint;
extern crate bytes;
extern crate futures;