pub fn get_dir_digest( path: &Path, ignore_list: &FnvHashSet<PathBuf>, ) -> Result<Digest, Error>
Scan dir and hash everything in it, to get a unique identifier of the package’s source code