1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
[package] name = "amap" version = "0.1.0" author = ["bend-n <[email protected]>"] description = "define `[Option<T>; N]` easily" edition = "2021" repository = "https://github.com/bend-n/amap.git" license = "MIT" [dependencies] quote = "1.0.32" syn = "2.0.15" [lib] proc_macro = true