From c3d16a0a5d4c42c3def6fd1f0072e22f65a29cf9 Mon Sep 17 00:00:00 2001 From: Awstin Date: Wed, 28 May 2025 08:03:25 -0400 Subject: [PATCH] Adding dotenv to cargo file --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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"