Skip to content

Commit

Permalink
yescrypt: update description in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Aug 18, 2024
1 parent 482bb4b commit a72f308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yescrypt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "yescrypt"
version = "0.0.1-alpha"
description = "Pure Rust implementation of the yescrypt password hashing function"
description = "Pure Rust implementation of the yescrypt password-based key derivation function"
authors = ["RustCrypto Developers"]
license = "BSD-2-Clause"
documentation = "https://docs.rs/yescrypt"
Expand Down

0 comments on commit a72f308

Please sign in to comment.