mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-04-27 19:52:15 +00:00
* Replace protobuf crate with prost! * Add copyright headers to build.rs files. * kad: Fix error when mapping connection types. Co-Authored-By: Pierre Krieger <pierre.krieger1708@gmail.com> * Fix more mapping mistakes. Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>
9 lines
113 B
Protocol Buffer
9 lines
113 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package structs;
|
|
|
|
message Exchange {
|
|
optional bytes id = 1;
|
|
optional bytes pubkey = 2;
|
|
}
|