mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 22:54:24 +01:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
25 lines
495 B
TOML
25 lines
495 B
TOML
[package]
|
|
name = "mcp-macros"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = "2.0", features = ["full", "extra-traits"] }
|
|
quote = "1.0"
|
|
proc-macro2 = "1.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
mcp-core = { path = "../mcp-core" }
|
|
async-trait = "0.1"
|
|
schemars = "0.8"
|
|
convert_case = "0.6.0"
|
|
|
|
[dev-dependencies]
|
|
tokio = { version = "1.43", features = ["full"] }
|
|
async-trait = "0.1"
|
|
serde_json = "1.0"
|
|
schemars = "0.8"
|