From 9f36da7afe8938ba41446b1d6cca3cc718189700 Mon Sep 17 00:00:00 2001 From: franklinblanco Date: Wed, 26 Apr 2023 22:26:25 +0000 Subject: [PATCH] Update 'Cargo.toml' --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index e3e024a..16c54ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,7 @@ serde_json = "1.0.41" proc-macro2 = "1.0" regex = "1.3.1" lazy_static = "1.4.0" +dotenvy = "0.15.7" [badges] travis-ci = { repository = "terry90/internationalization-rs" }