fn import_author( path: &str, conn: &PgConnection, author_cache: &mut HashMap<String, (Uuid, i32)>, )