mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 13:27:57 +00:00
6 lines
141 B
Rust
6 lines
141 B
Rust
const PROTOS: &[&str] = &["src/schema/bitswap.v1.2.0.proto"];
|
|
|
|
fn main() {
|
|
prost_build::compile_protos(PROTOS, &["src/schema"]).unwrap();
|
|
}
|