fn main() -> Result<(), Box> { tonic_build::compile_protos("proto/workspace.proto")?; tonic_build::compile_protos("proto/buffer.proto")?; Ok(()) }