1
0
mirror of https://gitlab.com/veilid/veilid.git synced 2025-03-22 22:06:34 -04:00

7 lines
139 B
Rust
Raw Normal View History

2021-11-22 11:28:30 -05:00
fn main() {
::capnpc::CompilerCommand::new()
.file("proto/veilid.capnp")
.run()
.expect("compiling schema");
}