blob: b4845258175c5081c35d1895803dd74610d2fce8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{ "main": "example"
, "repositories":
{ "example":
{ "repository": {"type": "file", "path": "."}
, "bindings": {"rules": "rules-rust"}
}
, "rules-rust":
{ "repository":
{ "type": "git"
, "repository": "https://github.com/just-buildsystem/rules-rust"
, "branch": "master"
, "commit": "ed652442176aea086104479bb31aced501df48a2"
, "subdir": "rules"
}
}
}
}
|