wownow 0.3.0

A CLI tool to get the current versions of World of Warcraft
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4.34"

[dependencies.clap]
features = ["derive"]
version = "4.5.2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0.57"

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

[package]
categories = ["command-line-utilities"]
description = "A CLI tool to get the current versions of World of Warcraft"
documentation = "https://docs.rs/wownow"
edition = "2021"
homepage = "https://github.com/t-mart/wownow"
keywords = ["world-of-warcraft"]
license = "MIT"
name = "wownow"
readme = "README.md"
repository = "https://github.com/t-mart/wownow"
version = "0.3.0"