fn main() -> Result<(), Box> { tonic_build::configure() .build_server(false) .compile_protos(&["../proto/agent/v1/agent.proto"], &["../proto"])?; Ok(()) }