[package] | |
name = "assert-instr-macro" | |
version = "0.1.0" | |
authors = ["Alex Crichton <[email protected]>"] | |
edition = "2021" | |
[lib] | |
proc-macro = true | |
test = false | |
[dependencies] | |
proc-macro2 = "1.0" | |
quote = "1.0" | |
syn = { version = "2.0", features = ["full"] } |