mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
2067a564ce
Signed-off-by: jh-block <jhugo@block.xyz>
29 lines
690 B
TOML
29 lines
690 B
TOML
[package]
|
|
name = "goose-test-support"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description.workspace = true
|
|
|
|
[dependencies]
|
|
axum = { workspace = true }
|
|
env-lock = { workspace = true }
|
|
opentelemetry = { workspace = true }
|
|
rmcp = { workspace = true, features = ["server", "macros", "transport-streamable-http-server"] }
|
|
serde_json.workspace = true
|
|
tokio.workspace = true
|
|
|
|
[[example]]
|
|
name = "mcp_fixture_server"
|
|
path = "examples/mcp_fixture_server.rs"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[package.metadata.cargo-machete]
|
|
# Used for tool description in mcp.rs
|
|
ignored = ["serde_json"]
|