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

16 lines
292 B
JSON

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