1 2 3 4 5
use reqwest::get; fn main() { let _response = get("https://example.com/build-dep.tar.gz"); }