fn make_relative_path( path: &Path, base_dir: &Path, ) -> Result<PathBuf, ManifestError>
Resolve an item relative to the base directory, returning an error if the file lies outside of it.