[package] name = "hackathon_question1" version = "0.1.0" authors = ["Zain "] description = "A hackathon task." license = "MIT/Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.10", features = ["blocking", "json"] } futures = "0.3.5" tokio = "0.2.21" serde = "1.0.114" json = "0.12.4"