forked from extern/nushell
8 lines
168 B
Rust
8 lines
168 B
Rust
fn main() {
|
|
capnpc::CompilerCommand::new()
|
|
.src_prefix("schema")
|
|
.file("schema/plugin.capnp")
|
|
.run()
|
|
.expect("compiling schema");
|
|
}
|