From 323d3342a3d37ef37710664ecb885036c39544ce Mon Sep 17 00:00:00 2001 From: MCorange Date: Sat, 21 Dec 2024 23:09:29 +0200 Subject: [PATCH] Add a default binary so cargo doesnt ask me everyt time what to run --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aefdba0..09ae605 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "mclangc" version = "0.1.0" edition = "2021" - +default-run = "mclangc" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]