11 lines
167 B
Rust
11 lines
167 B
Rust
pub mod pb {
|
|
pub mod shared {
|
|
tonic::include_proto!("shared");
|
|
}
|
|
pub mod daemon {
|
|
tonic::include_proto!("deamon");
|
|
}
|
|
}
|
|
|
|
pub mod types;
|