summaryrefslogtreecommitdiff
path: root/wpa-psk-cli/Cargo.toml
AgeCommit message (Collapse)Author
2023-05-18Use clap without wrap_help featureStefan Kreutz
With the wrap_help feature, clap tries to determine the terminal width using the terminal-size crate. This involves access to the temporary directory, violating the stdio pledge on OpenBSD and thus aborting the process. This commit disables clap's wrap_help feature to keep the simple stdio pledge. Another solution could to pledge stdio and tmppath.
2023-05-14Release wpa-psk-cli 0.1.3wpa-psk-cli-0.1.3Stefan Kreutz
2023-05-14Upgrade clap crateStefan Kreutz
2023-05-14Pledge stdio on OpenBSDStefan Kreutz
2023-03-14Update dependenciesStefan Kreutz
2023-02-16Release wpa-psk-cli 0.1.2 and wpa-psk 0.2.1wpa-psk-cli-0.1.2wpa-psk-0.2.1Stefan Kreutz
2022-10-03Release wpa-psk-cli 0.1.1wpa-psk-cli-0.1.1Stefan Kreutz
2022-10-03Upgrade to clap 4Stefan Kreutz
2022-06-01Update Git repository URLStefan Kreutz
Hopefully for the last time. I had some problems setting up cgit.
2022-05-28Extract wpa-psk-cli cratewpa-psk-cli-0.1.0wpa-psk-0.2.0Stefan Kreutz
Generated by cgit. See skreutz.com for my tech blog and contact information.