ppc750cl/fuzz/Cargo.toml

10 lines
178 B
TOML
Raw Normal View History

[package]
name = "ppc750cl-fuzz"
version = "0.1.0"
edition = "2018"
authors = ["Richard Patel <me@terorie.dev>"]
[dependencies]
num_cpus = "1.13"
ppc750cl = { path = "../lib" }