1 2 3 4 5 6 7
use tonic_prost_build::configure; fn main() { configure() .compile_protos(&["proto/execute.proto"], &["proto"]) .expect("Cannot compile proto"); }