pash 0.3.0

Simple and easy app for generating and storing passwords
Documentation
[package]
name = "pash"
version = "0.3.0"
edition = "2018"
authors = ["Shift <me@shift-d.tk>"]
description = "Simple and easy app for generating and storing passwords"
repository = "https://github.com/shift-d/pash.git"
documentation = "https://docs.rs/pash"
homepage = "https://github.com/shift-d/pash"
keywords = ["cli", "password"]
categories = ["command-line-interface"]
license = "MIT OR Apache-2.0"
readme = "README.md"
include = ["src/**/*.rs", "target/doc/pash/*", "README.md", "Cargo.*"]

[dependencies]
rand = "0.8.3"
toml = "0.5.8"
serde_derive = "1.0.125"
serde = "1.0.125"
anyhow = "1.0.40"
clap = "2.33.3"


[[bin]]
name = "pash"
path = "src/main.rs"

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