Files
nod/Cargo.toml
T

19 lines
403 B
TOML
Raw Normal View History

[workspace]
members = ["nod", "nodtool"]
resolver = "2"
2024-02-02 16:17:35 -07:00
[profile.release-lto]
inherits = "release"
2024-09-08 16:29:48 -06:00
lto = "fat"
2024-02-02 16:17:35 -07:00
strip = "debuginfo"
2024-09-10 23:19:19 -06:00
codegen-units = 1
[workspace.package]
2024-10-18 00:09:18 -06:00
version = "1.4.4"
2024-09-10 23:19:19 -06:00
edition = "2021"
rust-version = "1.74"
authors = ["Luke Street <luke@street.dev>"]
license = "MIT OR Apache-2.0"
2024-10-18 00:09:18 -06:00
repository = "https://github.com/encounter/nod"
2024-09-10 23:19:19 -06:00
keywords = ["gamecube", "wii", "iso", "wbfs", "rvz"]