updated Cargo.toml

This commit is contained in:
2025-03-18 10:15:49 +03:00
parent 0c12f5f395
commit 7f62a0a29e
3 changed files with 20 additions and 0 deletions
+1
View File
@@ -1 +1,2 @@
/target /target
/.idea
Generated
+7
View File
@@ -0,0 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "build_msp"
version = "0.1.0"
+12
View File
@@ -2,5 +2,17 @@
name = "build_msp" name = "build_msp"
version = "0.1.0" version = "0.1.0"
edition = "2024" 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"]
[dependencies] [dependencies]
[profile.release]
strip = true
lto = true
codegen-units = 1
opt-level = "z"
panic = "abort"