Skip to content

Commit a7ddde6

Browse files
committed
Updated README and Cargo.toml
1 parent 9c425b5 commit a7ddde6

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22

33
This repo contains several crates for parsing data from various NWS or EMWIN sources.
44

5-
## Crates
6-
75
| | | |
86
| ---- | ---- | ---- |
97
| [nws-forecast-zones](nws-forecast-zones/) | [![Crate](https://img.shields.io/crates/v/nws-forecast-zones.svg)](https://crates.io/crates/nws-forecast-zones) | Crate for dealing with forecast zones |
8+
| [nws-product-list](nws-product-list) | [![Crate](https://img.shields.io/crates/v/nws-product-list.svg)](https://crates.io/crates/nws-product-list) | List of all known NWS text products (with their 3-letter abbreviations and descriptions) |
109

1110
## Note
1211

nws-product-list/Cargo.toml

+3-5
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
name = "nws-product-list"
33
version = "0.1.0"
44
edition = "2021"
5-
license = "CC0"
6-
keywords = ["nws", "weather", "forecast", "zones"]
5+
license = "CC0-1.0"
6+
keywords = ["nws", "weather", "forecast"]
77
readme = "README.md"
8-
description = "NWS public forecast zones"
8+
description = "NWS Product List"
99
repository = "https://github.com/eminence/nws-data-parsing"
1010

11-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
12-
1311
[dependencies]

0 commit comments

Comments
 (0)