it: works

This commit is contained in:
2026-03-24 18:51:30 +01:00
parent f50b8c64c6
commit c6537f2117
9 changed files with 201 additions and 23 deletions

View File

@@ -9,10 +9,8 @@ repository = "https://git.javalsai.tuxcord.net/rust/const-macros"
keywords = ["compile", "const", "macro"]
categories = ["development-tools::procedural-macro-helpers"]
[lib]
proc-macro = true
[dependencies]
const-macros-proc = { path = "./const-macros-proc" }
[lints.clippy]
cargo = { level = "warn", priority = -1 }