mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-08-01 12:51:30 +00:00
Build protobufs for compact formats
This commit is contained in:
11
zcash_client_backend/build.rs
Normal file
11
zcash_client_backend/build.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
use protobuf_codegen_pure;
|
||||
|
||||
fn main() {
|
||||
protobuf_codegen_pure::run(protobuf_codegen_pure::Args {
|
||||
out_dir: "src/proto",
|
||||
input: &["proto/compact_formats.proto"],
|
||||
includes: &["proto"],
|
||||
customize: Default::default(),
|
||||
})
|
||||
.expect("protoc");
|
||||
}
|
Reference in New Issue
Block a user