pub fn get_packages_with_same_dependencies<'a>( package_name: &str, packages: &'a Vec<Package>, ) -> Option<HashSet<&'a str>>