6 lines
116 B
Rust
6 lines
116 B
Rust
|
|
pub mod meta {
|
||
|
|
tonic::include_proto!("meta");
|
||
|
|
}
|
||
|
|
pub mod gatherings {
|
||
|
|
tonic::include_proto!("gatherings");
|
||
|
|
}
|