terustform/build.rs
2024-04-07 15:26:15 +02:00

4 lines
128 B
Rust

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