ppc750cl/fuzz/Cargo.toml

13 lines
322 B
TOML
Raw Normal View History

[package]
name = "ppc750cl-fuzz"
version = "0.1.0"
edition = "2018"
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"
[dependencies]
num_cpus = "1.13"
2021-08-14 08:30:10 +00:00
ppc750cl = { path = "../lib", version = "0.1.0" }