mirror of
https://github.com/arabianq/build_msp.git
synced 2026-04-28 06:21:24 +00:00
19 lines
363 B
TOML
19 lines
363 B
TOML
[package]
|
|
name = "build_msp"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
authors = ["arabian"]
|
|
description = "A tool that helps to build .msp file mod"
|
|
readme = "README.md"
|
|
license = "MIT"
|
|
keywords = ["switch", "nintendo", "mod", "mods", "msp"]
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
|
|
[profile.release]
|
|
strip = true
|
|
lto = true
|
|
codegen-units = 1
|
|
opt-level = "z"
|
|
panic = "abort" |