We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8336a95 commit 6878a43Copy full SHA for 6878a43
rust/ql/test/library-tests/dataflow/sources/web_frameworks/options.yml
@@ -0,0 +1,9 @@
1
+qltest_cargo_check: true
2
+qltest_dependencies:
3
+ - actix-web = { version = "4.10.2" }
4
+ - axum = { version = "0.8.4" }
5
+ - poem = { version = "3.1.10" }
6
+ - serde = { version = "1.0.219" }
7
+ - serde_json = { version = "1.0.140" }
8
+ - tokio = { version = "1.43.0", features = ["full"] }
9
+ - warp = { version = "0.4.2", features = ["server"] }
0 commit comments