hyperhive/hive-agent-mcp/Cargo.toml

28 lines
578 B
TOML

[package]
name = "hive-agent-mcp"
version.workspace = true
edition.workspace = true
readme = "README.md"
[[bin]]
name = "hive-agent-mcp"
path = "src/main.rs"
[lints]
workspace = true
[dependencies]
anyhow.workspace = true
axum.workspace = true
clap.workspace = true
hive-agent-sock.workspace = true
hive-core-agent-sock.workspace = true
hive-sh4re.workspace = true
hive-types.workspace = true
reqwest.workspace = true
rmcp.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true