diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2024-07-23 17:24:16 +0200 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2024-07-24 13:06:28 +0200 |
commit | e7f2fc92c8fd64485d635b1cc7b0c2897d78bc69 (patch) | |
tree | a464901b31e83daafcbfb8049debeab732d4e6d0 /doc/interoperability/c-from-rust/etc | |
parent | d5426a260d88d90c8f275557d8f5ae8e1a55d367 (diff) | |
download | rules-rust-e7f2fc92c8fd64485d635b1cc7b0c2897d78bc69.tar.gz |
rules-rust: add interoperability tutorials
Diffstat (limited to 'doc/interoperability/c-from-rust/etc')
-rw-r--r-- | doc/interoperability/c-from-rust/etc/repos.json | 26 |
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" + } + } + } +} |