Use workspace keys in Cargo.toml

This commit is contained in:
Luke Street
2024-09-10 23:19:19 -06:00
parent d2b8135cdb
commit 6f3052e05d
6 changed files with 41 additions and 29 deletions
+10
View File
@@ -6,3 +6,13 @@ resolver = "2"
inherits = "release"
lto = "fat"
strip = "debuginfo"
codegen-units = 1
[workspace.package]
version = "1.3.0"
edition = "2021"
rust-version = "1.74"
authors = ["Luke Street <luke@street.dev>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/encounter/nod-rs"
keywords = ["gamecube", "wii", "iso", "wbfs", "rvz"]