2021-08-13 22:33:10 +00:00
|
|
|
[package]
|
|
|
|
name = "ppc750cl-fuzz"
|
2024-03-14 06:52:36 +00:00
|
|
|
version = "0.3.0"
|
2022-04-06 13:13:55 +00:00
|
|
|
edition = "2021"
|
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"
|
|
|
|
repository = "https://github.com/terorie/ppc750cl"
|
2024-03-14 06:52:36 +00:00
|
|
|
publish = false
|
2021-08-13 22:33:10 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2022-04-07 04:11:03 +00:00
|
|
|
clap = "3"
|
2021-08-13 22:33:10 +00:00
|
|
|
num_cpus = "1.13"
|
2024-03-14 06:52:36 +00:00
|
|
|
ppc750cl = { path = "../disasm" }
|