summaryrefslogtreecommitdiff
path: root/etc/repos.template.json
blob: 2bf98e9fb728e8310b712a64178a2bed2647daa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
    }
  }
}