diff options
author | Andreas Grois <andi@grois.info> | 2022-10-25 22:53:08 +0200 |
---|---|---|
committer | Andreas Grois <andi@grois.info> | 2022-10-25 22:53:08 +0200 |
commit | 7440735dcfa8b5a5c378abfab5a8f33150edc723 (patch) | |
tree | 844295d875237b07b52e0a0518ee07ddafb9670b | |
parent | 6b36d6396915181d38598928e35a20cf2308c5aa (diff) |
Minor: Update description in Cargo.tomlv0.1.0
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,12 +4,13 @@ version = "0.1.0" edition = "2018" authors = ["Andreas Grois"] rust-version = "1.52" -description = "Rust reimplementation of the PasswordMaker Pro algorithm. This project is not directly associated with PasswordMaker Pro." +description = "Rust reimplementation of the PasswordMaker Pro algorithm. This is partially a port, partially written from scratch. Compatibility is a goal, but not guaranteed." repository = "https://github.com/soulsource/passwordmaker-rs" # License is LGPL, because original PasswordMaker Pro is LPGL too. license = "LGPL-3.0-or-later" keywords = ["password", "crypto", "password-generator", "security"] categories = ["cryptography"] +readme = "README.md" [dependencies] unicode-segmentation = "1.10.0" |