mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
3 lines
76 B
Rust
3 lines
76 B
Rust
fn main() {
|
|
tonic_build::compile_protos("proto/node.proto").unwrap();
|
|
}
|