1 2 3 4 5 6 7 8 9 10 11
[package] name = "amql-codegen" version = "0.0.0-alpha.0" edition = "2021" description = "AMQL codegen utilities" license = "MIT" repository = "https://github.com/vikr01/aql" publish = true [lib] proc-macro = true