Initialize project scaffold and domain model
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "mcpaas-adapter-grpc"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
rust-version.workspace = true
|
||||
version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
mcpaas-core = { path = "../mcpaas-core" }
|
||||
mcpaas-proto = { path = "../mcpaas-proto" }
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
thiserror.workspace = true
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
pub fn crate_name() -> &'static str {
|
||||
"mcpaas-adapter-grpc"
|
||||
}
|
||||
Reference in New Issue
Block a user