diff options
author | Stefan Kreutz <mail@skreutz.com> | 2022-05-22 15:32:14 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2022-05-22 15:32:14 +0200 |
commit | cb51453a910161deddf87fbed9eb8a02e1ba3aef (patch) | |
tree | 8439cb6191f4daad42962c535591986bfeaef464 /code.md | |
parent | 155a42f57804158aa678f4b766577257d4b21cda (diff) | |
download | blog-cb51453a910161deddf87fbed9eb8a02e1ba3aef.tar |
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.
Diffstat (limited to 'code.md')
-rw-r--r-- | code.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/) |