blob: 5c0e1f33979ecee6057d995a89b13d2709e61c2d [file]
{
"sysroot_src": null,
"crates": [
{
"display_name": "hello_world",
"root_module": "$ROOT$src/lib.rs",
"edition": "2018",
"deps": [],
"is_workspace_member": true,
"build": {
"label": "//:hello_world",
"build_file": "$ROOT$BUILD",
"target_kind": "bin"
}
}
],
"runnables": [
{
"kind": "run",
"program": "bazel",
"args": ["run", "{label}"],
"cwd": "$ROOT$"
},
{
"kind": "flycheck",
"program": "$ROOT$custom-flychecker.sh",
"args": ["{label}"],
"cwd": "$ROOT$"
},
{
"kind": "we-ignore-unknown-runnable-kinds-for-forwards-compatibility",
"program": "abc",
"args": ["{label}"],
"cwd": "$ROOT$"
}
]
}