sailfish/sailfish-tests/fuzzing-tests/Cargo.toml

14 lines
361 B
TOML
Raw Normal View History

2020-07-14 08:45:56 -04:00
[package]
name = "fuzzing-tests"
2020-11-29 07:40:58 -05:00
version = "0.2.3"
2020-07-14 08:45:56 -04:00
authors = ["Ryohei Machida <orcinus4627@gmail.com>"]
edition = "2018"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
afl = "0.8.0"
sailfish = { path = "../../sailfish" }
sailfish-compiler = { path = "../../sailfish-compiler" }