From 94b8ec6d2cba5edb92888a316bbc25af536c0c4f Mon Sep 17 00:00:00 2001 From: Neshura Date: Fri, 29 Dec 2023 14:44:06 +0100 Subject: [PATCH] remove dotenv dependency --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b5771b6..a502bcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,5 +19,4 @@ strum_macros = "^0.25.0" tokio = { version = "^1.32.0", features = ["rt", "rt-multi-thread", "macros"] } url = "^2.4.0" confy = "0.5.1" -dotenv = "0.15.0" toml = "0.8.8"