diff options
author | Stefan Kreutz <mail@skreutz.com> | 2022-05-28 15:26:02 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2022-05-28 15:26:02 +0200 |
commit | 27f66688b3b9f167c85346b13a429edd8d80e60c (patch) | |
tree | 8d28dc7bb5d6ac5af2c878b98da22664966e4313 | |
parent | 7a301fdcf8eb7878d9b2e2345d8806fd7bb396be (diff) | |
download | blog-27f66688b3b9f167c85346b13a429edd8d80e60c.tar |
Update wpa-psk links
-rw-r--r-- | code.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -63,6 +63,7 @@ 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.git/) -* 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/) +* Command-line utility on [crates.io](https://crates.io/crates/wpa-psk-cli) and [lib.rs](https://lib.rs/crates/wpa-psk-cli) +* Rust library on [crates.io](https://crates.io/crates/wpa-psk) and [lib.rs](https://lib.rs/crates/wpa-psk) +* Rust library documentation on [docs.rs](https://docs.rs/wpa-psk/latest/wpa_psk/) |