Run the main binary by default
All checks were successful
Build and deploy automation_rs / Build automation_rs (push) Successful in 8m5s
Build and deploy automation_rs / Build Docker image (push) Successful in 49s
Build and deploy automation_rs / Deploy Docker container (push) Has been skipped

This commit is contained in:
Dreaded_X 2024-05-05 01:58:21 +02:00
parent 9f9b8eb2dd
commit b5274b9fea
Signed by: Dreaded_X
GPG Key ID: 5A0CBFE3C3377FAA

View File

@ -2,11 +2,11 @@
name = "automation" name = "automation"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
default-run = "automation"
[workspace] [workspace]
members = ["google-home", "automation_macro", "automation_cast"] members = ["google-home", "automation_macro", "automation_cast"]
[dependencies] [dependencies]
automation_macro = { path = "./automation_macro" } automation_macro = { path = "./automation_macro" }
automation_cast = { path = "./automation_cast/" } automation_cast = { path = "./automation_cast/" }