summaryrefslogtreecommitdiff
path: root/src/rust/hello/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'src/rust/hello/TARGETS')
-rw-r--r--src/rust/hello/TARGETS6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rust/hello/TARGETS b/src/rust/hello/TARGETS
new file mode 100644
index 0000000..348e7fe
--- /dev/null
+++ b/src/rust/hello/TARGETS
@@ -0,0 +1,6 @@
+{ "":
+ { "type": ["@", "rust", "rust", "binary"]
+ , "name": ["hello"]
+ , "crate_root": ["main.rs"]
+ }
+}