blob: 39a58cfb5d85d2e23b5ed8adc16dee65e630defc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
name = "helpdoc_system_macros"
edition = "2024"
version.workspace = true
[lib]
proc-macro = true
[dependencies]
just_fmt.workspace = true
proc-macro2.workspace = true
quote.workspace = true
syn.workspace = true
|