mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-13 01:51:23 +00:00
Add some regression tests in libp2p-core (#237)
This commit is contained in:
@ -218,6 +218,9 @@ extern crate quick_error;
|
||||
extern crate smallvec;
|
||||
extern crate tokio_io;
|
||||
|
||||
#[cfg(test)]
|
||||
extern crate rand;
|
||||
|
||||
/// Multi-address re-export.
|
||||
pub extern crate multiaddr;
|
||||
|
||||
|
Reference in New Issue
Block a user