Improved readability of gen_password.rs by intoducing the bitflags

This commit is contained in:
2023-05-31 18:15:38 +03:00
parent 5566397e66
commit c40ffafd69
3 changed files with 35 additions and 18 deletions

View File

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