diff options
Diffstat (limited to 'src/rust/hello/TARGETS')
-rw-r--r-- | src/rust/hello/TARGETS | 6 |
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"] + } +} |