ppc750cl/fuzz/Cargo.toml

14 lines
336 B
TOML
Raw Normal View History

[package]
name = "ppc750cl-fuzz"
2022-04-06 20:45:01 -07:00
version = "0.2.0"
edition = "2021"
authors = ["Richard Patel <me@terorie.dev>"]
2021-08-14 01:30:10 -07:00
license = "GPL-3.0-or-later"
description = "Complete fuzzer for ppc750cl"
repository = "https://github.com/terorie/ppc750cl"
[dependencies]
2022-04-06 21:11:03 -07:00
clap = "3"
num_cpus = "1.13"
2022-04-06 20:45:01 -07:00
ppc750cl = { path = "../disasm", version = "0.2.0" }