feat(os): add cognitive control execution bridge
This commit is contained in:
parent
23971636d1
commit
25959f7af1
11 changed files with 877 additions and 6 deletions
|
|
@ -24,6 +24,14 @@ dependencies = [
|
|||
"serde_json",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "guanghu-execution-bridge"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "guanghu-hldp-runtime"
|
||||
version = "0.1.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue