rust.xkcd-password/Cargo.toml

14 lines
256 B
TOML
Raw Normal View History

2018-09-26 05:31:03 +02:00
[package]
name = "xkcd-password"
description = "Generate passwords"
license = "AGPL-3.0-or-later"
version = "0.1.0"
authors = ["SoniEx2 <endermoneymod@gmail.com>"]
[dependencies]
rand = "0.5.5"
[features]
default = ["built_in_dicts"]
built_in_dicts = []