summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2022-05-22 15:32:14 +0200
committerStefan Kreutz <mail@skreutz.com>2022-05-22 15:32:14 +0200
commitcb51453a910161deddf87fbed9eb8a02e1ba3aef (patch)
tree8439cb6191f4daad42962c535591986bfeaef464
parent155a42f57804158aa678f4b766577257d4b21cda (diff)
downloadblog-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.
-rw-r--r--code.md2
1 files changed, 1 insertions, 1 deletions
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/)
Generated by cgit. See skreutz.com for my tech blog and contact information.