commit a1a5b45e52705f71e8728e5e11d24905fe30177d parent 480981ccfefb0df38fc7f4d28c8cda3747e16d4c Author: Yuval Langer <yuvallangerontheroad@gmail.com> Date: Thu, 13 Oct 2022 17:58:34 +0300 Specify version of the diceware_wordlists package. Diffstat:
M | Cargo.toml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml @@ -17,4 +17,4 @@ edition = "2021" [dependencies] getopts = "^0.2" rand = "^0.8" -diceware_wordlists = { path = "diceware_wordlists" } +diceware_wordlists = "^0.5"