From 5cbd838e9a28fb9da106c3b04fef0df09ae85323 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 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/" }