yotei/uwusched-head-node/build.rs
xqtc c6d745d25f
Some checks failed
/ build (push) Failing after 1m42s
/ clippy (push) Failing after 1m18s
Restructuring; Moving from JSON to gRPC
2024-09-05 16:12:58 +02:00

6 lines
126 B
Rust

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