Files
codeql/rust/ql/integration-tests/hello-project/rust-project.json
2024-11-28 15:33:10 +01:00

9 lines
151 B
JSON

{
"sysroot_src": "filled by the rust_project fixture",
"crates": [{
"root_module": "src/main.rs",
"edition": "2021",
"deps": []
}]
}