Skip to main content

mnemara_protocol/
lib.rs

1#![forbid(unsafe_code)]
2
3pub mod v1 {
4    tonic::include_proto!("mnemara.v1");
5}