Updates the requirements on [darling](https://github.com/TedDriggs/darling) to permit the latest version. - [Release notes](https://github.com/TedDriggs/darling/releases) - [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md) - [Commits](https://github.com/TedDriggs/darling/compare/v0.21.0...v0.23.0) --- updated-dependencies: - dependency-name: darling dependency-version: 0.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jokemanfire <hu.dingyang@zte.com.cn>
25 lines
530 B
TOML
25 lines
530 B
TOML
|
|
|
|
[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"
|
|
serde_json = "1.0"
|
|
darling = { version = "0.23" }
|
|
|
|
[features]
|
|
[dev-dependencies]
|