main: use dotenv to load .env

This commit is contained in:
2026-06-08 18:41:47 +02:00
parent 30a4424252
commit b2bfeeec4d
3 changed files with 11 additions and 1 deletions
Generated
+7
View File
@@ -841,6 +841,12 @@ dependencies = [
"litrs",
]
[[package]]
name = "dotenv"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
[[package]]
name = "dtoa"
version = "1.0.11"
@@ -987,6 +993,7 @@ dependencies = [
"chrono",
"color-eyre",
"crossterm",
"dotenv",
"futures",
"futures-timer",
"hound",