summaryrefslogtreecommitdiff
path: root/test/c-from-rust/TARGETS
blob: 8547aa7b3f8e7b32c73ae3a1902140202af0b610 (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": [["./", "rust_interface", "foo_rust"]]
  }
, "c-from-rust":
  { "type": ["@", "rules-cc", "shell/test", "script"]
  , "name": ["c-from-rust"]
  , "test": ["check_ints.sh"]
  , "deps": ["main"]
  }
}