From c7033b17505406037790e47d24e337ea5a47de18 Mon Sep 17 00:00:00 2001 From: LDprg Date: Thu, 13 Jul 2023 15:38:22 +0200 Subject: [PATCH] Add default run Set it to cli (because of development focus) --- winapps-cli/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/winapps-cli/Cargo.toml b/winapps-cli/Cargo.toml index d6bf493..abc0b8b 100644 --- a/winapps-cli/Cargo.toml +++ b/winapps-cli/Cargo.toml @@ -2,6 +2,7 @@ name = "winapps-cli" version = "0.1.0" edition = "2021" +default-run = "winapps-cli" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html