pub fn upsert_project_seed( conn: &mut impl GenericClient, project_id: &str, root_path: &Path, ) -> Result<()>