1
1
mirror of https://github.com/casey/just.git synced 2024-11-22 18:34:06 +03:00
just/fuzz/Cargo.toml

29 lines
420 B
TOML
Raw Normal View History

2018-10-13 13:12:35 +03:00
[package]
2022-06-21 05:16:02 +03:00
name = "just-fuzz"
2018-10-13 13:12:35 +03:00
version = "0.0.0"
authors = ["Automatically generated"]
publish = false
edition = "2018"
2018-10-13 13:12:35 +03:00
[package.metadata]
cargo-fuzz = true
2022-06-21 05:16:02 +03:00
[dependencies]
libfuzzer-sys = "0.4"
2018-10-13 13:12:35 +03:00
[dependencies.just]
path = ".."
2022-06-21 05:16:02 +03: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