Adding automatic IP address, some refactor and better texts. Upgrading version.

This commit is contained in:
2023-05-23 01:17:03 +02:00
parent 3bd55576ce
commit 01ac2ca7b7
12 changed files with 496 additions and 149 deletions

View File

@@ -3,15 +3,16 @@ name = "open-meteo-cli"
description = "CLI to extract meteorology data from Open Meteo"
license = "MIT"
authors = ["Midefos <midefos@gmail.com>"]
version = "0.1.1"
version = "0.1.2"
edition = "2021"
repository = "https://git.midefos.com/midefos/open-meteo-cli/"
readme = "README.md"
keywords = ["weather", "open-meteo", "cli"]
categories = ["command-line-utilities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde_json = "1.0.96"
structopt = "0.3.26"
serde = {version = "1.0.163", features = ["derive"]}
serde_json = "1.0.96"
ureq = {version = "2.6.2", features = ["json"]}
billboard = "0.2"