mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 10:39:49 +01:00
4c105d2424
This is the easy way, since there's already tooling for this.
4 lines
76 B
Rust
4 lines
76 B
Rust
fn main() {
|
|
tonic_build::compile_protos("proto/node.proto").unwrap();
|
|
}
|