Run main binary by default
Some checks failed
Build and deploy automation_rs / Build automation_rs (push) Failing after 1m8s
Build and deploy automation_rs / Build Docker image (push) Has been skipped
Build and deploy automation_rs / Deploy Docker container (push) Has been skipped

This commit is contained in:
2024-05-10 00:10:00 +02:00
parent bcf39b6cc6
commit 8ed34137d9

View File

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