Files
Agentsd/plugins/ai_test/Cargo.toml

19 lines
436 B
TOML

[package]
name = "agentsd-plugin-ai-test"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "agentsd-plugin-ai-test"
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 }
tonic = { workspace = true }