mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-02 14:12:18 +00:00
4 lines
86 B
Rust
4 lines
86 B
Rust
|
fn main() {
|
||
|
prost_build::compile_protos(&["src/rpc.proto"], &["src"]).unwrap();
|
||
|
}
|