rgb-cln/cln-grpc/build.rs

4 lines
76 B
Rust
Raw Normal View History

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