From 04c7feb899f77a950dd0d490052efaa127aacee3 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Thu, 29 May 2025 19:12:53 -0400 Subject: [PATCH] Added dotenvy --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0cfdc22..4b2ceaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,3 +5,4 @@ edition = "2024" rust-version = "1.86" [dependencies] +dotenvy = { version = "0.15.7" }