1 2 3 4 5 6 7 8 9 10 11 12 13
{ "main": { "type": ["@", "rules-rust", "rust", "binary"] , "name": ["main"] , "crate_root": ["main.rs"] , "deps": [["./", "rust_interface", "foo_rust"]] } , "c-from-rust": { "type": ["@", "rules-cc", "shell/test", "script"] , "name": ["c-from-rust"] , "test": ["check_ints.sh"] , "deps": ["main"] } }