rust-nex/rnex-server-api/src/lib.rs

6 lines
116 B
Rust
Raw Normal View History

2026-06-08 10:31:55 +02:00
pub mod meta {
tonic::include_proto!("meta");
}
pub mod gatherings {
tonic::include_proto!("gatherings");
}