Added gen password command

This commit is contained in:
2023-05-07 18:07:48 +03:00
parent ef3a188120
commit 072e030e32
5 changed files with 67 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -1318,6 +1318,7 @@ name = "pass_manager"
version = "0.1.0"
dependencies = [
"anyhow",
"arrayvec",
"chacha20poly1305",
"dotenv",
"futures",