diff --git a/Cargo.toml b/Cargo.toml index b2b3f96..cf96bfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"