20 lines
412 B
TOML
20 lines
412 B
TOML
[workspace]
|
|
members = ["asm", "disasm", "fuzz", "genisa"]
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
|
|
[profile.release-lto]
|
|
inherits = "release"
|
|
lto = "thin"
|
|
|
|
[workspace.package]
|
|
version = "0.3.1"
|
|
edition = "2021"
|
|
authors = ["Luke Street <luke@street.dev>"]
|
|
license = "MIT OR Apache-2.0"
|
|
keywords = ["powerpc", "wii", "gamecube"]
|
|
repository = "https://github.com/encounter/ppc750cl"
|
|
rust-version = "1.74"
|