summaryrefslogtreecommitdiff
path: root/doc/interoperability/rust-from-c/foo/TARGETS
blob: 8d19b35463d5d047ecd6aaa260e02636f2e7d590 (plain)
1
2
3
4
5
6
7
8
9
{ "foo":
  { "type": ["@", "rules-rust", "rust", "library"]
  , "name": ["foo"]
  , "crate_root": ["foo.rs"]
  , "native": ["true"]
  , "c_hdrs": ["foo.h"]
  , "stage": ["foo"]
  }
}