diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-02-12 04:42:10 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-02-12 05:07:50 +0800 |
| commit | eec323baf28f1a588f835aa773b77e019f91446d (patch) | |
| tree | ff186f5c1094374101d58caee1cc7d1b8c72dddc /systems/sheet/macros/Cargo.toml | |
| parent | ce1a5ac5c4c116e28f647549f422f8bdbd94487c (diff) | |
Add sheet system with mapping macros and modules
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" |
