Moved some config over to an actual config file, improved error handling

This commit is contained in:
2022-12-24 04:44:34 +01:00
parent 7e3c3223b2
commit 1299443a7c
6 changed files with 64 additions and 17 deletions

View File

@@ -9,7 +9,6 @@ edition = "2021"
rumqttc = "0.18"
serde = { version ="1.0.149", features = ["derive"] }
serde_json = "1.0.89"
dotenv = "0.15.0"
impl_cast = {path = "./impl_cast"}
google-home = {path = "./google-home"}
paste = "1.0.10"
@@ -18,6 +17,8 @@ warp = "0.3"
log = "0.4"
env_logger = "0.10"
pollster = "0.2.5"
toml = "0.5.10"
dotenv = "0.15.0"
[profile.release]
lto=true