diff --git a/Cargo.toml b/Cargo.toml index 98cf13f..2c08535 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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/" }