Skip to content

Commit a7b37c5

Browse files
Copilotdata-douser
andauthored
Add missing Cargo.lock files and ext/ crate for Rust QL tools test fixtures (#210)
* Initial plan * Add missing Cargo.lock files and ext/ crate for Rust QL tools test fixtures Agent-Logs-Url: https://github.com/advanced-security/codeql-development-mcp-server/sessions/76f18017-7f73-4be3-831e-7a9c92163773 Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com>
1 parent f5c2d84 commit a7b37c5

File tree

6 files changed

+39
-0
lines changed

6 files changed

+39
-0
lines changed

server/ql/rust/tools/test/CallGraphFromTo/Cargo.lock

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/ql/rust/tools/test/CallGraphTo/Cargo.lock

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/ql/rust/tools/test/PrintCFG/Cargo.lock

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/ql/rust/tools/test/ext/Cargo.lock

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
[workspace]
3+
[package]
4+
name = "test"
5+
version = "0.0.1"
6+
edition = "2021"
7+
[lib]
8+
path = "lib.rs"
9+
[dependencies]
10+
11+

server/ql/rust/tools/test/ext/lib.rs

Whitespace-only changes.

0 commit comments

Comments
 (0)