rusty-diceware

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 480981ccfefb0df38fc7f4d28c8cda3747e16d4c
parent da89420bc928d78d4a5122e3f8d75e6922ae63d6
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date:   Thu, 13 Oct 2022 17:55:46 +0300

Remove non-existing readme file value, add keyword, and properly describe package.

Diffstat:
Mdiceware_wordlists/Cargo.toml | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/diceware_wordlists/Cargo.toml b/diceware_wordlists/Cargo.toml @@ -4,7 +4,6 @@ version = "0.5.4" authors = ["Yuval Langer <yuvallangerontheroad@gmail.com>"] license = "AGPL-3.0" repository = "https://gitlab.com/yuvallanger/rusty-diceware" -description = "A command line diceware, with or without dice." -keywords = ["diceware", "password", "passphrase", "generator"] -readme = "README.md" +description = "Wordlists for the command line tool Rusty Diceware" +keywords = ["diceware", "password", "passphrase", "generator", "wordlists"] edition = "2021"