1 2 3 4 5 6
fn main() { // let out_dir = std::env::var("OUT_DIR").unwrap(); // println!("{}", out_dir); // // target/<profile>/build/<crate-name>-<hash>/out // prost_build::compile_protos(&["src/data.proto"], &["src"]).unwrap(); }