summaryrefslogtreecommitdiff
path: root/test/c-from-rust/TARGETS
blob: 7da20555447c8c269f8f0da3b7157acc5a18d61e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ "main":
  { "type": ["rules/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"]
  }
}