From af3f5430a0b0f1834228b28fd89848959512e718 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Mon, 12 Sep 2022 15:30:19 +0200 Subject: Use configuration for environment variables --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 736ec20..0cf6a32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,3 +21,6 @@ sha256 = "1.0.3" validator = { version = "0.16.0", features = ["derive"] } chrono = { version = "0.4", features = ["serde"] } rand = "0.8.5" +dotenv = "0.15.0" +config = "0.10" +lazy_static = "1.4.0" -- cgit v1.2.3-71-g8e6c