wacker_api/
lib.rs

1pub mod config;
2
3mod module {
4    tonic::include_proto!("module");
5}
6pub use self::module::*;