From fcf653d7f8d2c8d7db7b63967acf439f55a04d45 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Wed, 11 Oct 2023 22:33:20 -0400 Subject: [PATCH] Remove default-run --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e968938..e3fbb96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,6 @@ repository = "https://gitlab.com/wunker-bunker/ublue-cli" license-file = "LICENSE" categories = ["command-line-utilities"] include = ["templates/"] -default-run = "ublue" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html