2018-10-13 03:12:35 -07:00
|
|
|
[package]
|
2022-06-20 19:16:02 -07:00
|
|
|
name = "just-fuzz"
|
2018-10-13 03:12:35 -07:00
|
|
|
version = "0.0.0"
|
|
|
|
authors = ["Automatically generated"]
|
|
|
|
publish = false
|
2019-04-11 15:23:14 -07:00
|
|
|
edition = "2018"
|
2018-10-13 03:12:35 -07:00
|
|
|
|
|
|
|
[package.metadata]
|
|
|
|
cargo-fuzz = true
|
|
|
|
|
2022-06-20 19:16:02 -07:00
|
|
|
[dependencies]
|
|
|
|
libfuzzer-sys = "0.4"
|
|
|
|
|
2018-10-13 03:12:35 -07:00
|
|
|
[dependencies.just]
|
|
|
|
path = ".."
|
|
|
|
|
2022-06-20 19:16:02 -07:00
|
|
|
# Prevent this from interfering with workspaces
|
|
|
|
[workspace]
|
|
|
|
members = ["."]
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "compile"
|
|
|
|
path = "fuzz_targets/compile.rs"
|
|
|
|
test = false
|
|
|
|
doc = false
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
debug = true
|