crane/checks/dependencyBuildScriptPerms/Cargo.toml
Ivan Petkov 18ef99b1e0
inheritCargoArtifactsHook: preserve executable bit of build scripts (#206)
Using `cp --no-preserve mode` ends up losing the executable bit of
previously compiled build scripts. Instead we should ignore the file
ownership, and subsequently make the files writable (since the store is
read only)
2023-01-04 02:53:38 +00:00

11 lines
150 B
TOML

[package]
name = "deps-with-buildscript-perms"
version = "0.2.0"
edition = "2021"
[workspace]
members = ["inner"]
[dependencies]
futures = "0.3.25"