Rust: tentative windows fix

This commit is contained in:
Paolo Tranquilli
2024-11-29 17:15:55 +01:00
parent 90fa3ec4ed
commit 488903280f
7 changed files with 130 additions and 7 deletions

View File

@@ -33,3 +33,4 @@ codeql-extractor = { path = "../../shared/tree-sitter-extractor" }
rust-extractor-macros = { path = "macros" }
itertools = "0.13.0"
glob = "0.3.1"
dunce = "1.0.5"