summaryrefslogtreecommitdiff
path: root/macros/helpdoc_system_macros/Cargo.toml
blob: c5c8483125e9435259b763d381b41494a44fc277 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "helpdoc_system_macros"
edition = "2024"
version.workspace = true

[lib]
proc-macro = true

[dependencies]
proc-macro2.workspace = true
quote.workspace = true
syn.workspace = true