mirror of
https://github.com/github/codeql.git
synced 2026-03-06 07:36:47 +01:00
This makes the clap flags overlay over `Config` entirely derived via an attribute macro. Also, the `--intputs-file` option is replaced by a more standard and versatile `@` parameter file mechanism.
12 lines
184 B
TOML
12 lines
184 B
TOML
[package]
|
|
name = "rust-extractor-macros"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
quote = "1.0.37"
|
|
syn = { version = "2.0.77", features = ["full"] }
|