Files
crank/crates/crank-community-mcp/Cargo.toml
T
github-ops 63ec9f43ec
Deploy / deploy (push) Successful in 1m38s
CI / Rust Checks (push) Failing after 4m41s
CI / UI Checks (push) Has been skipped
CI / Frontend E2E (push) Has been skipped
CI / Deployment Manifests (push) Has been skipped
Add structured MCP tool errors
2026-06-20 20:44:13 +00:00

30 lines
788 B
TOML

[package]
name = "crank-community-mcp"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
version.workspace = true
[dependencies]
async-trait = "0.1"
axum.workspace = true
base64.workspace = true
crank-adapter-rest = { path = "../crank-adapter-rest" }
crank-core = { path = "../crank-core" }
crank-registry = { path = "../crank-registry" }
crank-runtime = { path = "../crank-runtime" }
crank-schema = { path = "../crank-schema" }
futures-util = "0.3"
serde.workspace = true
serde_json.workspace = true
sha2.workspace = true
sqlx.workspace = true
thiserror.workspace = true
time.workspace = true
tokio = { workspace = true, features = ["sync"] }
tracing.workspace = true
uuid.workspace = true
[dev-dependencies]
crank-mapping = { path = "../crank-mapping" }