weather_api 0.1.0

A sample library for using Weather API
Documentation
[package]
name = "weather_api"
version = "0.1.0"
authors = ["sidrashakeel19 <sidrashakeel19@hotmail.com>"]
edition = "2018"
license = "MIT"
description = "A sample library for using Weather API"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = { version = "0.10", features = ["json", "blocking"] }
tokio = { version = "0.2", features = ["macros"] }