diff options
Diffstat (limited to 'doc/interoperability/c-from-rust/TARGETS')
-rw-r--r-- | doc/interoperability/c-from-rust/TARGETS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/interoperability/c-from-rust/TARGETS b/doc/interoperability/c-from-rust/TARGETS new file mode 100644 index 0000000..821f46c --- /dev/null +++ b/doc/interoperability/c-from-rust/TARGETS @@ -0,0 +1,7 @@ +{ "main": + { "type": ["@", "rules-rust", "rust", "binary"] + , "name": ["main"] + , "crate_root": ["main.rs"] + , "deps": [["foo", "foo"]] + } +} |