summaryrefslogtreecommitdiff
path: root/etc/repos.template.json
blob: d6a5e7f72edadf50d36a189d4c0ef4352f491c11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{ "main": "rules-rust"
, "repositories":
  { "rules-rust": {"repository": {"type": "file", "path": "rules"}}
  , "testing":
    { "repository": {"type": "file", "path": "test"}
    , "bindings":
      { "rules-rust": "rules-rust"
      , "test-rules": "rules-test"
      , "rules-cc": "rules-cc"
      }
    }
  , "imports": {"repository": {"type": "file", "path": "etc/imports"}}
  , "test-rules":
    { "repository": "testing"
    , "target_root": "imports"
    , "target_file_name": "rules.TARGETS"
    , "bindings": {"rules-rust": "rules-rust"}
    }
  }
}