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

14 lines
414 B
TOML
Raw Normal View History

2020-07-14 08:45:56 -04:00
[package]
name = "fuzzing-tests"
version = "0.8.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]
2022-03-10 15:20:47 -05:00
afl = "0.12.2"
2020-12-16 09:15:22 -05:00
sailfish = { path = "../../sailfish", default-features = false }
sailfish-compiler = { path = "../../sailfish-compiler", default-features = false }