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