From feedc572cd103c748a822bde45c29d91213a4f8c Mon Sep 17 00:00:00 2001 From: ayaka Date: Sun, 3 Nov 2024 10:36:46 +1300 Subject: [PATCH] change bin name --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2375ed9..9023c4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ authors = [ "spikecodes <19519553+spikecodes@users.noreply.github.com>", ] edition = "2021" -default-run = "redlib" +default-run = "redsunlib" [dependencies] rinja = { version = "0.3.4", default-features = false } @@ -60,7 +60,7 @@ lto = true strip = "symbols" [[bin]] -name = "redlib" +name = "redsunlib" path = "src/main.rs" [[bin]]