fn main() -> Result<(), Box> { capnpc::CompilerCommand::new() .file("capnp/chord.capnp") .run()?; Ok(()) }