wormhole/solana/agent/build.rs

4 lines
94 B
Rust

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