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. --- bin/just-import-cargo.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/just-import-cargo.py') diff --git a/bin/just-import-cargo.py b/bin/just-import-cargo.py index e82c0c9..4507ed1 100755 --- a/bin/just-import-cargo.py +++ b/bin/just-import-cargo.py @@ -379,6 +379,7 @@ def compute_targets( d_build_script["name"] = ["build_script"] crate_root = os.path.relpath(t["src_path"], root_dir) d_build_script["crate_root"] = [crate_root] + d_build_script["extra_data"] = ["Cargo.toml"] d_build_script["arguments_config"] = config d_build_script["edition"] = [t["edition"]] d_build_script["stage"] = [rep_name] -- cgit v1.2.3