blob: ab48819c3260ba3c97dc392a20759a94e15b7bbc (
plain)
1
2
3
4
5
6
7
8
|
{ "": {"type": "install", "tainted": ["test"], "deps": ["hello"]}
, "hello":
{ "type": ["@", "rules", "shell/test", "script"]
, "name": ["hello"]
, "test": ["test_hello.sh"]
, "deps": [["@", "src", "rust/hello", ""]]
}
}
|