wormhole/solana/agent/build.rs

4 lines
79 B
Rust
Raw Normal View History

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