2024-03-14 06:52:36 +00:00
|
|
|
[package]
|
|
|
|
name = "ppc750cl-asm"
|
2024-09-10 01:13:44 +00:00
|
|
|
version.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
license.workspace = true
|
2024-03-14 06:52:36 +00:00
|
|
|
description = "Assembler 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
|
|
|
|
rust-version.workspace = true
|
2024-03-14 06:52:36 +00:00
|
|
|
|
|
|
|
[features]
|
|
|
|
default = ["std"]
|
|
|
|
std = []
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
phf = "0.11"
|