pash 0.1.0

Simple and easy app for generating and storing passwords
[dependencies.clap]
version = "2.33.3"

[dependencies.rand]
version = "0.8.3"

[dependencies.serde]
version = "1.0.125"

[dependencies.serde_derive]
version = "1.0.125"

[dependencies.toml]
version = "0.5.8"

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