We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ee99e commit 735991fCopy full SHA for 735991f
1 file changed
Cargo.toml
@@ -1,14 +1,12 @@
1
[package]
2
name = "open-meteo-rs"
3
-version = "0.0.4"
+version = "0.0.5"
4
edition = "2021"
5
homepage = "https://github.com/angelodlfrtr/open-meteo-rs"
6
license-file = "LICENSE.txt"
7
repository = "https://github.com/angelodlfrtr/open-meteo-rs"
8
description = "HTTP client for open-meteo.com api"
9
10
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11
-
12
[dependencies]
13
chrono = { version = "0.4.24", features = ["serde"] }
14
chrono-tz = "0.8.2"
0 commit comments