feat: implement description

This commit is contained in:
2026-01-20 19:35:24 -08:00
parent a2afc3fa05
commit 33e1db94f5
5 changed files with 111 additions and 18 deletions

View File

@@ -42,6 +42,7 @@ pub async fn get_repos(
.into_iter()
.map(|r| r.id)
.collect::<HashSet<String>>();
println!("{added_ids:?}");
let data = response
.json::<Vec<Repository>>()
.await?