mirror of
https://github.com/arabianq/build_msp.git
synced 2026-04-27 22:11:23 +00:00
22 lines
520 B
TOML
22 lines
520 B
TOML
[package]
|
|
name = "build_msp"
|
|
version = "0.1.4"
|
|
edition = "2024"
|
|
authors = ["arabian"]
|
|
description = "A tool that helps to build .msp file mod"
|
|
readme = "README.md"
|
|
license = "MIT"
|
|
homepage = "https://github.com/arabianq/build_msp"
|
|
repository = "https://github.com/arabianq/build_msp"
|
|
keywords = ["switch", "nintendo", "mod", "mods", "msp"]
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
"clap" = {version = "4.5.32", features = ["derive"]}
|
|
|
|
[profile.release]
|
|
strip = true
|
|
lto = true
|
|
codegen-units = 1
|
|
opt-level = "z"
|
|
panic = "abort" |