Files
codeql/rust/ql/test/library-tests/dataflow/sources/database/options.yml
2025-10-22 09:00:42 +01:00

8 lines
261 B
YAML

qltest_cargo_check: true
qltest_dependencies:
- async-std = { version = "1.13.1" }
- futures = { version = "0.3" }
- mysql = { version = "26.0.1" }
- mysql_async = { version = "0.36.1" }
- tokio = { version = "1.43.0", features = ["full"] }