13 lines
323 B
TOML
13 lines
323 B
TOML
[package]
|
|
name = "ppc750cl"
|
|
version = "0.3.0"
|
|
edition = "2021"
|
|
authors = ["Luke Street <luke@street.dev>"]
|
|
license = "MIT OR Apache-2.0"
|
|
description = "Disassembler for PowerPC 750CL"
|
|
keywords = ["powerpc", "wii", "gamecube"]
|
|
repository = "https://github.com/encounter/ppc750cl"
|
|
|
|
[dependencies]
|
|
# Intentionally left blank.
|