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
+1
View File
@@ -10,6 +10,7 @@ better-panic = "0.3.0"
chrono = { version = "0.4.44", features = ["serde"] }
color-eyre = "0.6.5"
crossterm = { version = "0.29.0", features = ["event-stream"] }
dotenv = "0.15.0"
futures = "0.3.32"
futures-timer = "3.0.4"
hound = "3.5.1"