From f87ad41f72ca4465a0c5b4ba9fd36a7b09e4d4f4 Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Mon, 24 Jun 2024 15:49:36 +0200 Subject: Initial commit Co-authored-by: Klaus Aehlig --- etc/repos.template.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 etc/repos.template.json (limited to 'etc/repos.template.json') diff --git a/etc/repos.template.json b/etc/repos.template.json new file mode 100644 index 0000000..2bf98e9 --- /dev/null +++ b/etc/repos.template.json @@ -0,0 +1,14 @@ +{ "main": "rust-rules" +, "repositories": + { "rust-rules": + { "repository": {"type": "file", "path": "."} + , "bindings": {"test-rules": "rules-test", "rules-cc": "rules-cc"} + } + , "imports": {"repository": {"type": "file", "path": "etc/imports"}} + , "test-rules": + { "repository": "rust-rules" + , "target_root": "imports" + , "target_file_name": "rules.TARGETS" + } + } +} -- cgit v1.2.3