2021-08-13 22:33:10 +00:00
|
|
|
[package]
|
|
|
|
name = "ppc750cl"
|
2024-09-10 01:13:44 +00:00
|
|
|
version.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
license.workspace = true
|
2021-08-14 08:30:10 +00:00
|
|
|
description = "Disassembler for PowerPC 750CL"
|
2024-09-10 01:19:58 +00:00
|
|
|
readme = "../README.md"
|
2024-09-10 01:13:44 +00:00
|
|
|
keywords.workspace = true
|
|
|
|
repository.workspace = true
|
2024-09-10 01:24:39 +00:00
|
|
|
documentation = "https://docs.rs/ppc750cl"
|
2024-09-10 01:13:44 +00:00
|
|
|
rust-version.workspace = true
|
2021-08-13 22:33:10 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2024-03-14 06:52:36 +00:00
|
|
|
# Intentionally left blank.
|