summaryrefslogtreecommitdiff
path: root/doc/interoperability/c-from-rust/etc/repos.json
blob: 4a3d13489ed1cb68cc30391ebffea42ce8b23c69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{ "main": "example"
, "repositories":
  { "example":
    { "repository": {"type": "file", "path": "."}
    , "bindings": {"rules-rust": "rules-rust", "rules-cc": "rules-cc"}
    }
  , "rules-rust":
    { "repository":
      { "type": "git"
      , "repository": "https://github.com/just-buildsystem/rules-rust"
      , "branch": "master"
      , "commit": "ed652442176aea086104479bb31aced501df48a2"
      , "subdir": "rules"
      }
    }
  , "rules-cc":
    { "repository":
      { "type": "git"
      , "repository": "https://github.com/just-buildsystem/rules-cc"
      , "branch": "master"
      , "commit": "fac7e7680e00dfc63eec41a33dff86d31571eb4b"
      , "subdir": "rules"
      }
    }
  }
}