1 2 3 4 5 6
fn main() { prost_build::Config::new() .out_dir("src/protos") .compile_protos(&["protos/errors.proto"], &["protos"]) .unwrap(); }