Signed-off-by: 未知时光 <732857315@qq.com>
This commit is contained in:
18
plugins/hermes/Cargo.toml
Normal file
18
plugins/hermes/Cargo.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[package]
|
||||
name = "agentsd-plugin-hermes"
|
||||
version = "0.16.0"
|
||||
edition = "2021"
|
||||
|
||||
[[bin]]
|
||||
name = "agentsd-plugin-hermes"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
agentsd-plugin-sdk = { path = "../plugin-sdk" }
|
||||
agentsd-proto = { path = "../../core/proto" }
|
||||
anyhow = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
tokio-stream = { workspace = true, features = ["net"] }
|
||||
tonic = { workspace = true }
|
||||
Reference in New Issue
Block a user