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