rust.xkcd-password/Cargo.toml

15 lines
317 B
TOML
Raw Permalink Normal View History

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