1 2 3 4 5 6
fn main() { prost_build::compile_protos( &["src/protocol/api.proto"], &["src/protocol/"] ).unwrap(); }