2018-10-13 03:12:35 -07:00
|
|
|
[package]
|
|
|
|
name = "just-fuzz"
|
|
|
|
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
|
|
|
|
|
|
|
|
[dependencies.just]
|
|
|
|
path = ".."
|
|
|
|
|
|
|
|
[dependencies.libfuzzer-sys]
|
|
|
|
git = "https://github.com/rust-fuzz/libfuzzer-sys.git"
|