wxbox/crates/interchange/build.rs
core 2e00591b61
Some checks are pending
Verify Latest Dependencies / Verify Latest Dependencies (push) Waiting to run
build and test / wxbox - latest (push) Waiting to run
feat: new ui
2025-06-02 23:27:36 -04:00

9 lines
No EOL
181 B
Rust

fn main() {
prost_build::compile_protos(
&[
"src/cifContainer.proto",
"src/digitalRadarData.proto"
],
&["src/"]
).unwrap();
}