hyperhive/hive-screen-mcp/Cargo.toml
iris 804c11c404 fix(#2305): drop redundant [[bin]] section from hive-screen-mcp/Cargo.toml
name and path match cargo defaults; the explicit [[bin]] table is noise.
2026-07-20 20:55:27 +02:00

16 lines
306 B
TOML

[package]
name = "hive-screen-mcp"
edition.workspace = true
version.workspace = true
[lints]
workspace = true
[dependencies]
anyhow.workspace = true
rmcp.workspace = true
schemars.workspace = true
serde.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true