pub(crate) fn read_cargo_toml(
manifest_path: &Path,
workspace_manifest_path: &Path,
manifest_ts: SystemTime,
workspace_manifest_ts: SystemTime,
) -> Result<CacheEntry, Error>
pub(crate) fn read_cargo_toml(
manifest_path: &Path,
workspace_manifest_path: &Path,
manifest_ts: SystemTime,
workspace_manifest_ts: SystemTime,
) -> Result<CacheEntry, Error>