Files
codeql/rust/bulk_generation_targets.yml
Paolo Tranquilli e1eb1f6345 Rust: address review
Also fix some minor things in `bulk_generate_mad.py`.
2025-06-05 16:03:40 +02:00

25 lines
565 B
YAML

strategy: dca
language: rust
destination: rust/ql/lib/ext/generated
# targets must have name specified and corresponding to the name in the DCA suite
# they can optionally specify any of
# with-sinks: false
# with-sources: false
# with-summaries: false
# if a target has a dependency in this same list, it should be listed after that dependency
targets:
- name: rust
- name: libc
- name: log
- name: memchr
- name: once_cell
- name: rand
- name: smallvec
- name: serde
- name: tokio
- name: reqwest
- name: rocket
- name: actix-web
- name: hyper
- name: clap