diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-26 11:53:11 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-26 12:55:33 +0200 |
commit | 8ce86a09143d173e331ac7c9c79bddf26c97966d (patch) | |
tree | 2b84aaf87018bb35906d01637f05ceb8122e0d86 /rules | |
parent | 11a3709d3b28c2fc89778e46b4e8727ebc86ebac (diff) | |
download | rules-rust-8ce86a09143d173e331ac7c9c79bddf26c97966d.tar.gz |
As more and more build scripts use Cargo.toml, routinely provide
these files as data for build scripts.
Diffstat (limited to 'rules')
-rw-r--r-- | rules/cargo/RULES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/cargo/RULES b/rules/cargo/RULES index dd48c4d..9d042dc 100644 --- a/rules/cargo/RULES +++ b/rules/cargo/RULES @@ -65,6 +65,7 @@ , "defaults": [{"type": "CALL_EXPRESSION", "name": "for host"}] , "deps": [{"type": "CALL_EXPRESSION", "name": "for host as rlib"}] , "srcs": [{"type": "CALL_EXPRESSION", "name": "for host"}] + , "extra_data": [{"type": "CALL_EXPRESSION", "name": "for host"}] } , "imports": { "call rustc artifact": ["./", "../rust", "call rustc artifact"] |