mirror of
https://github.com/nushell/nushell.git
synced 2025-04-11 14:58:21 +02:00
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");
|
|
}
|