summaryrefslogtreecommitdiff
path: root/doc/interoperability/c-from-rust/TARGETS
blob: 821f46cf2eeb0abc2d13e9486abe2a022f22775a (plain)
1
2
3
4
5
6
7
{ "main":
  { "type": ["@", "rules-rust", "rust", "binary"]
  , "name": ["main"]
  , "crate_root": ["main.rs"]
  , "deps": [["foo", "foo"]]
  }
}