wasmi/hfuzz/Cargo.toml

11 lines
257 B
TOML
Raw Normal View History

2018-02-24 11:31:52 +00:00
[package]
name = "hfuzz"
version = "0.1.0"
authors = ["Sergey Pepyakin <s.pepyakin@gmail.com>"]
[dependencies]
2018-03-22 13:03:19 +00:00
honggfuzz = "=0.5.9" # Strict equal since hfuzz requires dep and cmd versions to match.
2018-02-24 11:31:52 +00:00
wasmi = { path = ".." }
2018-02-24 12:21:36 +00:00
tempdir = "0.3.6"
wabt = "0.2.0"