diff --git a/src/main.rs b/src/main.rs index 2b753fa..dd39bfc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,6 @@ +use reqwest; +use tokio; + async fn get_qs() -> reqwest::Result> { let body = reqwest::get("https://stackoverflow.com/questions/tagged/python").await; if let Err(e) = body {