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