[workspace] members = ["diceware_wordlists"] [package] name = "diceware" version = "0.5.10" authors = ["Yuval Langer "] license = "AGPL-3.0" repository = "https://codeberg.org/kakafarm/rusty-diceware" description = "A command line diceware, with or without dice." keywords = ["diceware", "password", "passphrase", "generator"] readme = "README.md" edition = "2021" [dependencies] getopts = "^0.2" rand = "^0.8" rand_chacha = "^0.3" diceware_wordlists = { path = "diceware_wordlists", version = "^1" }