[package] name = "compiler_cli_args" version = "0.1.0" edition = "2021" description = "A simple proc-macro that expands to the CLI args that were passed to rustc" license = "MIT OR Apache-2.0" [lib] proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] quote = "^1"