externcrate prost_build;usestd::io::Result;fnmain()->Result<()>{// Tell Cargo that if the given file changes, to rerun this build script.
println!("cargo:rerun-if-changed=src/rpc_protocol/index.proto");prost_build::compile_protos(&["src/rpc_protocol/index.proto"],&["src"])?;Ok(())}