worldtimeapi 0.2.0

A simple API for getting the current time in different timezones.
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4.22"

[dependencies.reqwest]
features = ["json"]
version = "0.11.12"

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

[dependencies.serde_json]
version = "1.0.86"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.21.2"

[package]
authors = ["Allister Isaiah Harvey <a.i.harvey@icloud.com"]
description = "A simple API for getting the current time in different timezones."
edition = "2021"
license = "MIT"
name = "worldtimeapi"
readme = "README.md"
repository = "https://github.com/a-isaiahharvey/worldtimeapi-rs"
version = "0.2.0"