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