pub fn dedupe( src_dir: PathBuf, dst_dir: PathBuf, include: Option<Vec<String>>, ) -> Result<(), Box<dyn Error>>