Adding dotenv to cargo file
This commit is contained in:
parent
525a484e0a
commit
c3d16a0a5d
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue