mirror of
https://github.com/github/codeql.git
synced 2026-02-15 06:23:42 +01:00
25 lines
448 B
JSON
25 lines
448 B
JSON
{
|
|
"sysroot_src": "filled by the rust_project fixture",
|
|
"crates": [
|
|
{
|
|
"display_name": "exe",
|
|
"version": "0.1.0",
|
|
"root_module": "exe/src/main.rs",
|
|
"edition": "2021",
|
|
"deps": [
|
|
{
|
|
"crate": 1,
|
|
"name": "lib"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"display_name": "lib",
|
|
"version": "0.1.0",
|
|
"root_module": "lib/src/lib.rs",
|
|
"edition": "2021",
|
|
"deps": []
|
|
}
|
|
]
|
|
}
|