Adding dotenv to cargo file

This commit is contained in:
Awstin 2025-05-28 08:03:25 -04:00
parent 525a484e0a
commit c3d16a0a5d

View file

@ -12,6 +12,7 @@ bb8 = "0.8.3"
chrono = { version = "0.4.38", features = ["alloc", "serde"] }
clap = { version = "4.5.13", features = ["derive"] }
cookie = "0.18.1"
dotenv = "0.15.0"
futures-util = "0.3.30"
pbkdf2 = { version = "0.12.2", features = ["simple"] }
rand = "0.8.5"