update docs
parent
8c6c46a26e
commit
81d35b92de
|
@ -1,8 +1,14 @@
|
||||||
[package]
|
[package]
|
||||||
name = "weather_dot_gov_rs"
|
name = "weather_dot_gov_rs"
|
||||||
|
description = "Parses DWML XML from forecast.weather.gov"
|
||||||
|
repository = "https://six-five-six-four.com/git/reactor/weather_dot_gov_rs"
|
||||||
|
license = "AGPL-3.0"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
readme = "README.md"
|
||||||
|
keywords = ["weather", "forecast", "dwml"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
quick-xml = { version = "0.37.2", features = ["overlapped-lists", "serialize"] }
|
quick-xml = { version = "0.37.2", features = ["overlapped-lists", "serialize"] }
|
||||||
serde = { version = "1.0.217", features = ["derive"] }
|
serde = { version = "1.0.217", features = ["derive"] }
|
||||||
|
|
Loading…
Reference in New Issue