ppc750cl/fuzz/Cargo.toml

15 lines
333 B
TOML
Raw Normal View History

[package]
name = "ppc750cl-fuzz"
version = "0.3.0"
edition = "2021"
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"
publish = false
[dependencies]
2022-04-07 04:11:03 +00:00
clap = "3"
num_cpus = "1.13"
ppc750cl = { path = "../disasm" }