[package] name = "logic-derive" version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true description = "Derive macro that turns an annotated struct into a self registering logic command" [lib] proc-macro = true [dependencies] proc-macro2 = { workspace = true } quote = { workspace = true } syn = { workspace = true }