Implements Configuration via Env Variables

This commit is contained in:
2024-02-25 00:21:49 -03:00
parent ff0739573d
commit 05dc487099
9 changed files with 235 additions and 18 deletions

View File

@@ -16,3 +16,5 @@ headers = "0.4.0"
http = "1.0.0"
reqwest = "0.11.24"
serde_json = "1.0.114"
cached = "0.49.2"
dotenv = "0.15.0"