[package] name = "http_get" version = "0.1.0" edition = "2021" authors = ["Xiaotian Guo "] description = "A test crate by Xiaotian" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = {version = "0.11.23", features = ["blocking"]} # tokio = {version = "1.35.1", features = ["full"]}