How to download files from the Internet?

Hi,
In order to use reqwest, you either need the tokio async runtime or use the reqwest::blocking module.

You can find more information about the former here: Calling a Web API - Rust Cookbook

And about the latter here: Feedback on my first Rust project