mirror of
https://github.com/daywalker90/cln-nip47.git
synced 2026-08-13 12:33:43 +02:00
6 lines
238 B
Rust
6 lines
238 B
Rust
fn main() {
|
|
tonic_prost_build::configure()
|
|
.protoc_arg("--experimental_allow_proto3_optional")
|
|
.compile_protos(&["protos/hold.proto"], &["protos"])
|
|
.unwrap_or_else(|e| panic!("Could not build protos: {e}"));
|
|
}
|