pub fn persist_package_source( manifest: &InstallManifest, source_path: &Path, ) -> Result<(), Error>
Persists the package source file to the store.
Returns an error if the source file cannot be copied.