pub async fn extract_wits( source: impl Iterator<Item = (&DependencyName, &ComponentDependency)>, app_root: impl AsRef<Path>, ) -> Result<String>