wordpass 0.1.0

A simple utility which generates (long) passwords using words at random from a provided dictionary
Documentation
[[bin]]
name = "wordpass"
path = "src/main.rs"
required-features = ["build-binary"]
[dependencies.Inflector]
version = "0.11"

[dependencies.argh]
optional = true
version = "0.1"

[dependencies.rand]
version = "0.7"

[features]
build-binary = ["argh"]

[lib]
name = "lib_wordpass"
path = "src/lib.rs"

[package]
authors = ["paulpr0 <github@pr0.co.uk>"]
description = "A simple utility which generates (long) passwords using words at random from a provided dictionary"
edition = "2018"
homepage = "https://github.com/paulpr0/wordpass"
license = "MIT"
name = "wordpass"
readme = "README.md"
repository = "https://github.com/paulpr0/wordpass"
version = "0.1.0"