change bin name

This commit is contained in:
ayaka 2024-11-03 10:36:46 +13:00
parent a3bc16f7d2
commit feedc572cd

View File

@ -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]]