mirror of
https://github.com/poem-web/poem.git
synced 2026-01-24 20:08:49 +00:00
22 lines
464 B
TOML
22 lines
464 B
TOML
[package]
|
|
name = "poem-mcpserver-macros"
|
|
version = "0.3.1"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
documentation.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
description = "Macros for poem-mcpserver"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
darling.workspace = true
|
|
proc-macro-crate.workspace = true
|
|
proc-macro2.workspace = true
|
|
quote.workspace = true
|
|
syn.workspace = true
|