forecaster 0.1.0

A simple weather forecaster that takes all the data from https://openweathermap.org/ and displays it in a nice way.
[dependencies.directories]
version = "5.0.1"

[dependencies.reqwest]
features = ["json", "blocking"]
version = "0.11.22"

[dependencies.serde]
features = ["derive"]
version = "1.0.193"

[dependencies.tokio]
features = ["full"]
version = "1.34.0"

[dependencies.toml]
version = "0.8.8"

[package]
description = "A simple weather forecaster that takes all the data from https://openweathermap.org/ and displays it in a nice way."
edition = "2021"
license = "MIT"
name = "forecaster"
readme = "README.md"
version = "0.1.0"