7 lines
157 B
Rust
7 lines
157 B
Rust
fn main() {
|
|
capnpc::CompilerCommand::new()
|
|
.file("schema/data_plane.capnp")
|
|
.run()
|
|
.expect("capnp schema compilation failed");
|
|
}
|