crabidy/crabidy-core/src/proto.rs

5 lines
128 B
Rust

pub mod crabidy {
// The string specified here must match the proto package name
tonic::include_proto!("crabidy.v1");
}