Skip to content

Commit 6878a43

Browse files
committed
Rust: Add missing file.
1 parent 8336a95 commit 6878a43

File tree

1 file changed

+9
-0
lines changed
  • rust/ql/test/library-tests/dataflow/sources/web_frameworks

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)