Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
    "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$"
        }
    ]
}