15 lines
317 B
TOML
15 lines
317 B
TOML
[package]
|
|
name = "xkcd-password"
|
|
description = "Generate passwords"
|
|
license = "AGPL-3.0-or-later"
|
|
version = "0.1.1"
|
|
authors = ["SoniEx2 <endermoneymod@gmail.com>"]
|
|
repository = "https://cybre.tech/SoniEx2/rust.xkcd-password"
|
|
|
|
[dependencies]
|
|
rand = "0.5.5"
|
|
|
|
[features]
|
|
default = ["built_in_dicts"]
|
|
built_in_dicts = []
|