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/etc/repos.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/getting-started/etc/repos.json (limited to 'doc/getting-started/etc') diff --git a/doc/getting-started/etc/repos.json b/doc/getting-started/etc/repos.json new file mode 100644 index 0000000..57ee597 --- /dev/null +++ b/doc/getting-started/etc/repos.json @@ -0,0 +1,17 @@ +{ "main": "example" +, "repositories": + { "example": + { "repository": {"type": "file", "path": "."} + , "bindings": {"rules": "rules-rust"} + } + , "rules-rust": + { "repository": + { "type": "git" + , "repository": "https://github.com/just-buildsystem/rules-rust" + , "branch": "master" + , "commit": "1a8211bda5c14ef0b2bff3af062c049d5598f02f" + , "subdir": "rules" + } + } + } +} -- cgit v1.2.3