init project structure
This commit is contained in:
9
crates/nxmesh-proto/src/lib.rs
Normal file
9
crates/nxmesh-proto/src/lib.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
//! NxMesh Protocol Buffers
|
||||
//!
|
||||
//! This crate contains the gRPC protocol definitions for master-agent communication.
|
||||
|
||||
pub mod agent {
|
||||
tonic::include_proto!("nxmesh.agent.v1");
|
||||
}
|
||||
|
||||
pub use agent::*;
|
||||
Reference in New Issue
Block a user