From 81d35b92de217df106797b8e0b80ca1b6ee24078 Mon Sep 17 00:00:00 2001 From: _ <_@_> Date: Wed, 15 Jan 2025 01:50:04 +0000 Subject: [PATCH] update docs --- Cargo.toml | 6 ++++++ README.md | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 README.md 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.