pub fn read(
lock: &Path,
packages_root: &Path,
) -> Result<PackagesFile, FoundationError>Expand description
Read and verify packages.lock. The on-disk content under
packages_root is verified against the declared digests.
pub fn read(
lock: &Path,
packages_root: &Path,
) -> Result<PackagesFile, FoundationError>Read and verify packages.lock. The on-disk content under
packages_root is verified against the declared digests.