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

View File

@@ -13,6 +13,7 @@ members = [".", "migration"]
[dependencies]
anyhow = "1.0.70"
arrayvec = "0.7.2"
chacha20poly1305 = { version = "0.10.1", features = ["std"] }
dotenv = "0.15.0"
futures = "0.3.28"