hyperlog/crates/hyperlog-protos/src/lib.rs
kjuulh 86cba91b16
All checks were successful
continuous-integration/drone/push Build is passing
feat: add protos
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-05-11 16:23:52 +02:00

4 lines
116 B
Rust

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