Improved readability of gen_password.rs by intoducing the bitflags
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user