diff options
Diffstat (limited to 'etc/repos.template.json')
-rw-r--r-- | etc/repos.template.json | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/etc/repos.template.json b/etc/repos.template.json index 4bdd1dc..c14780b 100644 --- a/etc/repos.template.json +++ b/etc/repos.template.json @@ -1,9 +1,16 @@ -{ "main": "rules" +{ "main": "rules with bundled tools" , "repositories": - { "rules": - { "repository": {"type": "file", "path": "rules"} + { "rules": {"repository": {"type": "file", "path": "rules"}} + , "rules with bundled tools": + { "repository": "rules" + , "target_root": "just/defaults" + , "target_file_name": "TARGETS.just" + , "rule_root": "rules" , "bindings": - {"protoc": "just/protobuf", "grpc": "just/com_github_grpc_grpc"} + { "base": "just/rules" + , "protoc": "just/protobuf" + , "grpc": "just/com_github_grpc_grpc" + } } , "tests": { "repository": {"type": "file", "path": "tests"} |