Files
codeql/rust/extractor/macros/Cargo.toml
Paolo Tranquilli 1b3a5cdab1 Rust: make the cli flags override automatic
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.
2024-09-11 17:28:59 +02:00

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"] }