From 8ce86a09143d173e331ac7c9c79bddf26c97966d Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 26 Jun 2025 11:53:11 +0200 Subject: just-import-cargo: always provide Cargo.toml to build_scripts As more and more build scripts use Cargo.toml, routinely provide these files as data for build scripts. --- rules/cargo/RULES | 1 + 1 file changed, 1 insertion(+) (limited to 'rules/cargo/RULES') 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"] -- cgit v1.2.3