4 lines
80 B
Rust
Raw Normal View History

fn main() {
tonic_build::compile_protos("proto/hyperlog.proto").unwrap();
}