diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.rs b/src/main.rs index 13b2b07..77083cf 100644 --- a/src/main.rs +++ b/src/main.rs @@ -10,9 +10,9 @@ use std::path::{Path, PathBuf}; #[tokio::main] async fn main() { - // let repos = github::fetch_repos().unwrap(); - // - // dbg!(&repos); + let repos = github::fetch_repos().await.unwrap(); + + dbg!(&repos); // git::mirror( // "https://github.com/teddywing/google-calendar-rsvp.git", |