fn main() -> Result<(), Box> { tonic_build::configure().compile(&["proto/railyard.proto"], &["proto/"])?; Ok(()) }