hyperlog/crates/hyperlog-protos/src/lib.rs

4 lines
116 B
Rust
Raw Normal View History

pub mod hyperlog {
tonic::include_proto!("hyperlog"); // Specify the same package name as in your .proto file
}