update docs

main
_ 2025-01-15 01:50:04 +00:00
parent 8c6c46a26e
commit 81d35b92de
2 changed files with 9 additions and 0 deletions

View File

@ -1,8 +1,14 @@
[package]
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"
edition = "2021"
readme = "README.md"
keywords = ["weather", "forecast", "dwml"]
[dependencies]
quick-xml = { version = "0.37.2", features = ["overlapped-lists", "serialize"] }
serde = { version = "1.0.217", features = ["derive"] }

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# weather_dot_gov_rs
Parses the DWML machine-readable format produced by forecast.weather.gov.