added .env readability

This commit is contained in:
2025-08-11 21:33:19 +02:00
parent df36cb53c7
commit 9e851c310c
5 changed files with 40 additions and 20 deletions

View File

@@ -19,6 +19,10 @@ nvml-wrapper = "0.11"
nvml-wrapper-sys = "0.9.0"
anyhow = "1.0.98"
# Docker .env loading
config = "0.13"
dotenvy = "0.15"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["winuser", "pdh", "ifmib", "iphlpapi", "winerror" ,"wbemcli", "combaseapi"] }
systemstat = "0.2.5"