Adding automatic IP address, some refactor and better texts. Upgrading version.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user