Rust: fix bazel build

This commit is contained in:
Paolo Tranquilli
2024-09-12 08:46:50 +02:00
parent 5bfe2a9e18
commit 0a8c0f5ab4
5 changed files with 32 additions and 5 deletions

View File

@@ -12,6 +12,6 @@ codeql_rust_binary(
deps = all_crate_deps(
normal = True,
) + [
"//shared/tree-sitter-extractor:codeql-extractor",
"//shared/tree-sitter-extractor",
],
)