just/fuzz/Cargo.toml

16 lines
277 B
TOML
Raw Normal View History

2018-10-13 03:12:35 -07:00
[package]
name = "just-fuzz"
version = "0.0.0"
authors = ["Automatically generated"]
publish = false
edition = "2018"
2018-10-13 03:12:35 -07:00
[package.metadata]
cargo-fuzz = true
[dependencies.just]
path = ".."
[dependencies.libfuzzer-sys]
git = "https://github.com/rust-fuzz/libfuzzer-sys.git"