diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2024-06-25 16:26:10 +0200 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2024-06-28 20:28:37 +0200 |
commit | 4d18d2723a28bb8e262920330335f046d94dac97 (patch) | |
tree | 399178f6e5ff82e6600ae2c90d7020e5cf5e7c89 /doc/getting-started/TARGETS | |
parent | 20fab4540271abf9216bb22f604e7d48800e4e0b (diff) | |
download | rules-rust-4d18d2723a28bb8e262920330335f046d94dac97.tar.gz |
rules-rust: add "getting-started" tutorial
Through this tutorial the user will learn how to define Rust binaries,
libraries, tests and the default toolchain configuration.
Diffstat (limited to 'doc/getting-started/TARGETS')
-rw-r--r-- | doc/getting-started/TARGETS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/getting-started/TARGETS b/doc/getting-started/TARGETS new file mode 100644 index 0000000..2d8cbb0 --- /dev/null +++ b/doc/getting-started/TARGETS @@ -0,0 +1,6 @@ +{ "hello": + { "type": ["@", "rules", "rust", "binary"] + , "name": ["hello"] + , "crate_root": ["main.rs"] + } +} |