summaryrefslogtreecommitdiff
path: root/doc/interoperability/c-from-rust/etc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/interoperability/c-from-rust/etc')
-rw-r--r--doc/interoperability/c-from-rust/etc/repos.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/interoperability/c-from-rust/etc/repos.json b/doc/interoperability/c-from-rust/etc/repos.json
new file mode 100644
index 0000000..4a3d134
--- /dev/null
+++ b/doc/interoperability/c-from-rust/etc/repos.json
@@ -0,0 +1,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"
+ }
+ }
+ }
+}