2018-09-08 09:55:53 -05:00
|
|
|
|
|
|
|
[package]
|
2018-09-16 04:54:24 -05:00
|
|
|
name = "ra_syntax-fuzz"
|
2018-09-08 09:55:53 -05:00
|
|
|
version = "0.0.1"
|
2019-02-11 02:20:04 -06:00
|
|
|
authors = ["rust-analyzer developers"]
|
2018-09-08 09:55:53 -05:00
|
|
|
publish = false
|
|
|
|
|
|
|
|
[package.metadata]
|
|
|
|
cargo-fuzz = true
|
|
|
|
|
2018-09-16 04:54:24 -05:00
|
|
|
[dependencies.ra_syntax]
|
2018-09-08 09:55:53 -05:00
|
|
|
path = ".."
|
|
|
|
[dependencies.libfuzzer-sys]
|
|
|
|
git = "https://github.com/rust-fuzz/libfuzzer-sys.git"
|
|
|
|
|
|
|
|
# Prevent this from interfering with workspaces
|
|
|
|
[workspace]
|
|
|
|
members = ["."]
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "parser"
|
|
|
|
path = "fuzz_targets/parser.rs"
|