diff --git a/Cargo.toml b/Cargo.toml index 4511a59..f5c1845 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } diff --git a/README.md b/README.md new file mode 100644 index 0000000..4ae269d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# weather_dot_gov_rs + +Parses the DWML machine-readable format produced by forecast.weather.gov.