diff options
Diffstat (limited to 'doc/interoperability/rust-from-c/TARGETS')
-rw-r--r-- | doc/interoperability/rust-from-c/TARGETS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/interoperability/rust-from-c/TARGETS b/doc/interoperability/rust-from-c/TARGETS new file mode 100644 index 0000000..76681d7 --- /dev/null +++ b/doc/interoperability/rust-from-c/TARGETS @@ -0,0 +1,8 @@ +{ "main": + { "type": ["@", "rules-cc", "CC", "binary"] + , "pure C": ["true"] + , "name": ["main"] + , "srcs": ["main.c"] + , "private-deps": [["foo", "foo"]] + } +} |