20 lines
479 B
TOML
20 lines
479 B
TOML
[workspace]
|
|
members = [
|
|
"crates/*",
|
|
"examples/clients",
|
|
"examples/servers",
|
|
"examples/macros"
|
|
]
|
|
resolver = "2"
|
|
|
|
[workspace.dependencies]
|
|
mcp-core = { path = "./crates/mcp-core" }
|
|
mcp-macros = { path = "./crates/mcp-macros" }
|
|
|
|
[workspace.package]
|
|
edition = "2021"
|
|
version = "1.0.7"
|
|
authors = ["Block <ai-oss-tools@block.xyz>"]
|
|
license = "MIT"
|
|
repository = "https://github.com/modelcontextprotocol/rust-sdk/"
|
|
description = "Rust SDK for the Model Context Protocol"
|