orgize/fuzz/Cargo.toml

21 lines
405 B
TOML
Raw Normal View History

2019-01-12 06:51:21 +00:00
[package]
2019-02-06 11:49:44 +00:00
name = "orgize-fuzz"
2019-01-12 06:51:21 +00:00
version = "0.0.1"
authors = ["Automatically generated"]
publish = false
[package.metadata]
cargo-fuzz = true
2019-10-09 06:38:23 +01:00
[dependencies]
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" }
orgize = { path = ".." }
2019-01-12 06:51:21 +00:00
# Prevent this from interfering with workspaces
[workspace]
members = ["."]
[[bin]]
name = "fuzz_target_1"
path = "fuzz_targets/fuzz_target_1.rs"