init project structure
This commit is contained in:
15
crates/nxmesh-proto/Cargo.toml
Normal file
15
crates/nxmesh-proto/Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "nxmesh-proto"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
tonic.workspace = true
|
||||
prost.workspace = true
|
||||
|
||||
[build-dependencies]
|
||||
tonic-build = "0.14.5"
|
||||
Reference in New Issue
Block a user