1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
[package] name = "sloth_bytecode_macros" license.workspace = true version.workspace = true edition.workspace = true [dependencies] proc-macro2 = "1.0.54" quote = "1.0.26" syn = "2.0.12" [lib] proc-macro = true