rust-sdk/crates/rmcp-macros/Cargo.toml
jokemanfire 0a2f13a1f4
style: fmt the project (#54)
add rustfmt.toml

Signed-off-by: jokemanfire <hu.dingyang@zte.com.cn>
2025-03-28 23:50:46 +08:00

24 lines
No EOL
512 B
TOML

cargo-features = ["edition2024"]
[package]
name = "rmcp-macros"
license = { workspace = true }
version = { workspace = true }
edition = { workspace = true }
repository = { workspace = true }
homepage = { workspace = true }
readme = { workspace = true }
description = "Rust SDK for Model Context Protocol macros library"
documentation = "https://docs.rs/rmcp-macros"
[lib]
proc-macro = true
[dependencies]
syn = {version = "2", features = ["full"]}
quote = "1"
proc-macro2 = "1"
[features]
[dev-dependencies]