rusty-diceware

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

commit 2f865a5fe8ccf59475d5095279da18c1c37dc066
parent 139784da57df5d35304c919b3cceda0cf555a700
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date:   Thu, 13 Oct 2022 17:47:38 +0300

Remove unneeded dependencies section.

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

diff --git a/diceware_wordlists/Cargo.toml b/diceware_wordlists/Cargo.toml @@ -8,6 +8,3 @@ description = "A command line diceware, with or without dice." keywords = ["diceware", "password", "passphrase", "generator"] readme = "README.md" edition = "2021" - - -[dependencies]