summaryrefslogtreecommitdiff
path: root/doc/number-guessing-bot/etc/repos.template.json
diff options
context:
space:
mode:
authorAlberto Sartori <alberto.sartori@huawei.com>2024-07-31 18:01:41 +0200
committerAlberto Sartori <alberto.sartori@huawei.com>2024-07-31 18:12:32 +0200
commitc248c33ac05a44c97c1cee413f13d65bf9c0327d (patch)
treea941c423ccf0edbaa6fd99390d02a469aab54edf /doc/number-guessing-bot/etc/repos.template.json
parent71962cee77f28f16611be17a518ffc9e6bbe7860 (diff)
downloadrules-rust-c248c33ac05a44c97c1cee413f13d65bf9c0327d.tar.gz
rules-rust: add tutorials to transition and import Cargo-based projects
Diffstat (limited to 'doc/number-guessing-bot/etc/repos.template.json')
-rw-r--r--doc/number-guessing-bot/etc/repos.template.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/number-guessing-bot/etc/repos.template.json b/doc/number-guessing-bot/etc/repos.template.json
new file mode 100644
index 0000000..017a992
--- /dev/null
+++ b/doc/number-guessing-bot/etc/repos.template.json
@@ -0,0 +1,8 @@
+{ "main": "bot"
+, "repositories":
+ { "bot":
+ { "repository": {"type": "file", "path": "."}
+ , "bindings": {"rules-cc": "rules-cc", "guessing_game": "guessing_game"}
+ }
+ }
+}