Bulk generator: Prepare for adding DCA support. This commits just generalizes the existing functionality to be independent of Rust and instead depend on the configuration file and the command-line arguments.

This commit is contained in:
Mathias Vorreiter Pedersen
2025-05-29 17:17:15 +01:00
parent 6ff2bebbc2
commit e721fc07aa
2 changed files with 68 additions and 40 deletions

View File

@@ -1,4 +1,5 @@
{
"strategy": "repo",
"targets": [
{
"name": "libc",
@@ -65,5 +66,9 @@
"git_repo": "https://github.com/clap-rs/clap",
"git_tag": "v4.5.38"
}
],
"destination": "rust/ql/lib/ext/generated",
"extractor_options": [
"cargo_features='*'"
]
}