pub const ARTIFACT_LOCK_FILE: &str = "bundle-lock.json";Expand description
Lock filename used by the normalized artifact layout written into a
.gtbundle (see build::export::write_normalized_build_dir). Holds the
identical BundleLock payload as LOCK_FILE; only the name differs.