From 4d18d2723a28bb8e262920330335f046d94dac97 Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Tue, 25 Jun 2024 16:26:10 +0200 Subject: 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. --- doc/getting-started/TARGETS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/getting-started/TARGETS (limited to 'doc/getting-started/TARGETS') 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"] + } +} -- cgit v1.2.3