mirror of
https://github.com/github/codeql.git
synced 2026-04-21 06:55:31 +02:00
10 lines
404 B
YAML
10 lines
404 B
YAML
qltest_cargo_check: true
|
|
qltest_dependencies:
|
|
- reqwest = { version = "0.12.9", features = ["blocking"] }
|
|
- hyper = { version = "1.5.2", features = ["full"] }
|
|
- hyper-util = { version = "0.1.10", features = ["full"] }
|
|
- http-body-util = { version = "0.1.2" }
|
|
- http = { version = "1.2.0" }
|
|
- tokio = { version = "1.43.0", features = ["full"] }
|
|
- futures = { version = "0.3" }
|