summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-06-26 11:53:11 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2025-06-26 12:55:33 +0200
commit8ce86a09143d173e331ac7c9c79bddf26c97966d (patch)
tree2b84aaf87018bb35906d01637f05ceb8122e0d86 /rules
parent11a3709d3b28c2fc89778e46b4e8727ebc86ebac (diff)
downloadrules-rust-8ce86a09143d173e331ac7c9c79bddf26c97966d.tar.gz
just-import-cargo: always provide Cargo.toml to build_scriptsHEADmaster
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/RULES1
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"]