Added WakeOnLAN device, some small refactoring and improved error handling

This commit is contained in:
2022-12-28 03:27:25 +01:00
parent bb18cfdcee
commit 2b4ddf82b6
8 changed files with 404 additions and 59 deletions

View File

@@ -22,6 +22,8 @@ log = "0.4"
env_logger = "0.10"
toml = "0.5.10"
dotenv = "0.15.0"
anyhow = "1.0.68"
reqwest = "0.11.13"
[profile.release]
lto=true