From 27cb9be5f590be28c8855136ebd07c952d913a6b Mon Sep 17 00:00:00 2001 From: Jeff Date: Sun, 10 Sep 2023 03:58:22 -0400 Subject: [PATCH] Set default binary for "cargo run" --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ee7fb57..601df4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ homepage = "https://git.jeffa.io/jeff/dust" readme = "README.md" license = "MIT" edition = "2018" +default-run = "dust" [[bin]] name = "dust"