mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
16 lines
292 B
JSON
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": []
|
|
}
|
|
]
|
|
}
|