Files
wasmtime/cranelift/fuzz/Cargo.toml
Dan Gohman f48c1d4f89 Update to target-lexicon 0.0.1 and faerie 0.4.1.
This fixes handling of custom targets.
2018-05-30 17:25:48 -07:00

33 lines
605 B
TOML

[package]
name = "cton-wasm-fuzz"
version = "0.0.1"
authors = ["foote@fastly.com"]
publish = false
[package.metadata]
cargo-fuzz = true
[dependencies.cargo-fuzz]
version = "*"
[dependencies.binaryen]
git = "https://github.com/pepyakin/binaryen-rs.git"
version = "*"
[dependencies.libfuzzer-sys]
git = "https://github.com/rust-fuzz/libfuzzer-sys.git"
[dependencies.cretonne-wasm]
path = "../lib/wasm"
[dependencies.target-lexicon]
version = "0.0.1"
# Prevent this from interfering with workspaces
[workspace]
members = ["."]
[[bin]]
name = "fuzz_translate_module"
path = "fuzz_translate_module.rs"