summaryrefslogtreecommitdiff
path: root/test/c-from-rust/TARGETS
blob: 9bec7d94cdd6e1bce377965e75e1f08071fdf661 (plain)
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": [["./", "clib", "foo"]]
  }
, "c-from-rust":
  { "type": ["@", "rules-cc", "shell/test", "script"]
  , "name": ["c-from-rust"]
  , "test": ["check_ints.sh"]
  , "deps": ["main"]
  }
}