wasmi/fuzz/Cargo.toml

30 lines
508 B
TOML
Raw Normal View History

2018-01-24 18:32:46 +00:00
[package]
name = "wasmi-fuzz"
version = "0.0.1"
authors = ["Automatically generated"]
publish = false
[package.metadata]
cargo-fuzz = true
[dependencies]
wasmi = { path = ".." }
wabt = "0.2.0"
2018-02-09 19:41:02 +00:00
wasmparser = "0.14.1"
2018-01-24 18:32:46 +00:00
[dependencies.libfuzzer-sys]
git = "https://github.com/rust-fuzz/libfuzzer-sys.git"
# Prevent this from interfering with workspaces
[workspace]
members = ["."]
[[bin]]
name = "load"
path = "fuzz_targets/load.rs"
2018-02-09 19:41:02 +00:00
[[bin]]
name = "load_wasmparser"
path = "fuzz_targets/load_wasmparser.rs"