From b72d11b50097409ce14ceff32ef1daee236546db Mon Sep 17 00:00:00 2001 From: Jeff Date: Sun, 31 Dec 2023 18:22:27 -0500 Subject: [PATCH] Set default binary for cargo --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index e6076c1..a3e8927 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ repository = "https://git.jeffa.io/jeff/dust.git" edition = "2021" license = "MIT" authors = ["Jeff Anderson"] +default-run = "dust" [[bin]] name = "dust"