1 2 3 4 5 6 7 8 9 10 11 12 13
[dependencies] [lib] name = "compile_warning" path = "lib.rs" proc_macro = true [package] description = "A proc macro that emits a compile-time warning" edition = "2021" license = "MIT" name = "compile_warning" version = "0.1.0"