7 lines
115 B
Rust
7 lines
115 B
Rust
fn main() {
|
|
capnpc::CompilerCommand::new()
|
|
.file("src/ntfy.capnp")
|
|
.run()
|
|
.unwrap();
|
|
}
|