2021-08-13 22:33:10 +00:00
|
|
|
[package]
|
|
|
|
name = "ppc750cl-fuzz"
|
2024-09-10 01:13:44 +00:00
|
|
|
version.workspace = true
|
|
|
|
edition.workspace = true
|
2021-08-13 22:33:10 +00:00
|
|
|
authors = ["Richard Patel <me@terorie.dev>"]
|
2021-08-14 08:30:10 +00:00
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
description = "Complete fuzzer for ppc750cl"
|
2024-09-10 01:13:44 +00:00
|
|
|
repository.workspace = true
|
|
|
|
rust-version.workspace = true
|
2024-03-14 06:52:36 +00:00
|
|
|
publish = false
|
2021-08-13 22:33:10 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2024-09-10 01:13:44 +00:00
|
|
|
clap = "4"
|
|
|
|
num_cpus = "1.16"
|
2024-03-14 06:52:36 +00:00
|
|
|
ppc750cl = { path = "../disasm" }
|