use std::env; fn main() { let proto_path = env::current_dir().unwrap().join("src/protos"); println!("cargo:protos={}",proto_path.to_str().unwrap()); }