diff options
Diffstat (limited to 'systems/sheet/macros/Cargo.toml')
| -rw-r--r-- | systems/sheet/macros/Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/systems/sheet/macros/Cargo.toml b/systems/sheet/macros/Cargo.toml new file mode 100644 index 0000000..d7a59d1 --- /dev/null +++ b/systems/sheet/macros/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "sheet_system_macros" +version.workspace = true +edition = "2024" + +[lib] +proc-macro = true + +[dependencies] +syn = { version = "2.0", features = ["full", "extra-traits"] } +quote = "1.0" +proc-macro2 = "1.0" |
