1 2 3 4
fn main() -> Result<(), Box<dyn std::error::Error>> { tonic_prost_build::compile_protos("../hermes-proto/hermes.proto")?; Ok(()) }