switch to diceware platform independent word list (EffLong)

This commit is contained in:
2026-04-25 07:31:22 -04:00
parent 383a1a2b8b
commit 3734306830
3 changed files with 27 additions and 12 deletions
Generated
+7
View File
@@ -29,6 +29,12 @@ dependencies = [
"cfg-if",
]
[[package]]
name = "diceware_wordlists"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f9b52b69d268c7a2bc582e3aec5cdfa43ac91cef4fe6b6751b02da2b43d6166"
[[package]]
name = "getrandom"
version = "0.2.17"
@@ -89,6 +95,7 @@ name = "password-generator"
version = "0.1.0"
dependencies = [
"bitflags",
"diceware_wordlists",
"rand",
"webster",
]