rust/crates/ra_syntax/fuzz/Cargo.toml

23 lines
416 B
TOML
Raw Normal View History

[package]
2018-09-16 04:54:24 -05:00
name = "ra_syntax-fuzz"
version = "0.0.1"
authors = ["rust-analyzer developers"]
publish = false
2019-03-21 12:05:12 -05:00
edition = "2018"
[package.metadata]
cargo-fuzz = true
2019-03-21 12:05:12 -05:00
[dependencies]
ra_syntax = { path = ".." }
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"