From 33a2e4ba11abd318f63a255affebdb0be9cadedc Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Fri, 10 May 2024 00:10:00 +0200 Subject: [PATCH] Run 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/" }