orgize/fuzz/Cargo.toml

22 lines
408 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-02-06 11:49:44 +00:00
[dependencies.orgize]
2019-01-12 06:51:21 +00:00
path = ".."
[dependencies.libfuzzer-sys]
git = "https://github.com/rust-fuzz/libfuzzer-sys.git"
# Prevent this from interfering with workspaces
[workspace]
members = ["."]
[[bin]]
name = "fuzz_target_1"
path = "fuzz_targets/fuzz_target_1.rs"