yotei/uwusched-nodes/build.rs
xqtc acfa7b0dfb
Some checks failed
/ build (push) Failing after 10s
/ clippy (push) Failing after 9s
gayming
2024-09-05 22:18:05 +02:00

6 lines
126 B
Rust

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