1 2 3 4 5 6 7
fn main() { ::capnpc::CompilerCommand::new() .src_prefix("src/format") .file("src/format/metadata.capnp") .run() .expect("compiling metadata schema"); }