5 lines
92 B
Rust
5 lines
92 B
Rust
mod proto {
|
|
include!(concat!(env!("OUT_DIR"), "/protocol.rpc.rs"));
|
|
}
|
|
pub use proto::*;
|