Files
Agentsd/plugins/hermes/Cargo.toml

19 lines
455 B
TOML

[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 }