2024-07-17 11:48:13 +02:00

4 lines
85 B
Rust

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