Moved some config over to an actual config file, improved error handling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user