mirror of
https://github.com/github/codeql.git
synced 2026-07-30 07:04:57 +02:00
7 lines
291 B
YAML
7 lines
291 B
YAML
qltest_cargo_check: true
|
|
qltest_dependencies:
|
|
- reqwest = { version = "0.12.23", features = ["blocking", "json"] }
|
|
- tokio = { version = "1.0", features = ["full"] }
|
|
- poem = { version = "3.1.12", features = ["server"] }
|
|
- warp = { version = "0.4.2", features = ["server"] }
|