Signed-off-by: 未知时光 <732857315@qq.com>
This commit is contained in:
11
Cargo.toml
11
Cargo.toml
@@ -1,6 +1,14 @@
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = ["core/agentsd", "core/proto"]
|
||||
members = [
|
||||
"core/agentsd",
|
||||
"core/proto",
|
||||
"plugins/plugin-sdk",
|
||||
"plugins/echo",
|
||||
"plugins/ai_test",
|
||||
"plugins/hermes",
|
||||
"plugins/claudecode",
|
||||
]
|
||||
|
||||
[workspace.dependencies]
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
@@ -16,3 +24,4 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
anyhow = "1"
|
||||
uuid = { version = "1", features = ["v4"] }
|
||||
notify = "7"
|
||||
futures-core = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user