10
crates/crunch-envelope/build.rs
Normal file
10
crates/crunch-envelope/build.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
extern crate capnpc;
|
||||
|
||||
fn main() {
|
||||
capnpc::CompilerCommand::new()
|
||||
.output_path("src/")
|
||||
.src_prefix("schemas/")
|
||||
.file("schemas/envelope.capnp")
|
||||
.run()
|
||||
.unwrap();
|
||||
}
|
Reference in New Issue
Block a user