2022-10-16 19:53:08 +00:00
|
|
|
[package]
|
2022-10-16 19:59:06 +00:00
|
|
|
description = "A diceware passphrase generator with 1,200 words, only depends on `rand`"
|
2022-10-16 19:53:08 +00:00
|
|
|
name = "ptth_diceware"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
rand = "0.8.5"
|