From 815ea5bb782fc81f7d5a7345d84dca895e7570ac Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sun, 5 May 2024 14:56:59 +0200 Subject: [PATCH] Run the main binary by default --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8486258..95381fd 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/" }