mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-29 09:41:34 +00:00
multiaddr: add support for onion protocol. (#542)
* multiaddr: add support for onion protocol. * Comment `read_onion`. * Split onion into address and port parts.
This commit is contained in:
committed by
Pierre Krieger
parent
d81f4e264f
commit
e05422c05f
@ -3,8 +3,11 @@
|
||||
///! Implementation of [multiaddr](https://github.com/jbenet/multiaddr)
|
||||
///! in Rust.
|
||||
|
||||
#[macro_use]
|
||||
extern crate arrayref;
|
||||
extern crate bs58;
|
||||
extern crate byteorder;
|
||||
extern crate data_encoding;
|
||||
extern crate serde;
|
||||
extern crate unsigned_varint;
|
||||
pub extern crate multihash;
|
||||
|
Reference in New Issue
Block a user