pub type SchemaLockfile = PackageLock;Expand description
Unified schema lock type backed by shape.lock.
Aliased Type§
pub struct SchemaLockfile {
pub version: String,
pub packages: Vec<LockedPackage>,
pub artifacts: Vec<LockedArtifact>,
}Fields§
§version: StringLockfile format version (currently “1”).
packages: Vec<LockedPackage>Locked packages in dependency order.
artifacts: Vec<LockedArtifact>Cached compile-time artifacts.