krata/shared/build.rs

6 lines
123 B
Rust
Raw Normal View History

fn main() {
tonic_build::configure()
.compile(&["proto/krata/control.proto"], &["proto"])
.unwrap();
}