Files
codeql/rust/ql/integration-tests/qltest/dependencies/options.yml
Paolo Tranquilli 75375be7ac Rust: add optional dependencies to ql tests
Also accept `options.yml` and `options.yaml` files as well for test options,
to get YAML syntax highlighting. In a follow up PR we might make the extension
mandatory.
2024-11-18 09:42:01 +01:00

5 lines
91 B
YAML

qltest_cargo_check: true
qltest_dependencies:
- anyhow = "1.0.86"
- log = "0.4.22"