passify 1.0.0

Passify is a simple command-line tool for generating random passwords. which makes it easy to generate passwords of any length and automatically copies it to your clipboard.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.arboard]
version = "3.2"

[dependencies.clap]
version = "3.0"

[dependencies.rand]
version = "0.8.5"

[package]
description = "Passify is a simple command-line tool for generating random passwords. which makes it easy to generate passwords of any length and automatically copies it to your clipboard."
edition = "2021"
license = "MIT"
name = "passify"
version = "1.0.0"