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