From cb51453a910161deddf87fbed9eb8a02e1ba3aef Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Sun, 22 May 2022 15:32:14 +0200 Subject: Fix typo You publish a *Cargo package* to a registry such as crates.io. Such a package consists of one or more *Rust crates*. This is what you'll find on the registry then. --- code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code.md') diff --git a/code.md b/code.md index d22ded8..d16af76 100644 --- a/code.md +++ b/code.md @@ -63,6 +63,6 @@ A utility to run the PostgreSQL server off a temporary data directory. A command-line utility and Rust library to compute the WPA pre-shared key of a Wi-Fi SSID and passphrase. * Git [repository](https://www.skreutz.com/scm/git/wpa-psk-rs.git/) -* Cargo package on [crates.io](https://crates.io/crates/wpa-psk), and [lib.rs](https://lib.rs/crates/wpa-psk) +* Rust crate on [crates.io](https://crates.io/crates/wpa-psk), and [lib.rs](https://lib.rs/crates/wpa-psk) * Library documentation on [docs.rs](https://docs.rs/wpa-psk/latest/wpa_psk/) -- cgit v1.2.3