mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 21:43:37 +00:00
23 lines
403 B
TOML
23 lines
403 B
TOML
|
|
||
|
[package]
|
||
|
name = "libsyntax2-fuzz"
|
||
|
version = "0.0.1"
|
||
|
authors = ["Automatically generated"]
|
||
|
publish = false
|
||
|
|
||
|
[package.metadata]
|
||
|
cargo-fuzz = true
|
||
|
|
||
|
[dependencies.libsyntax2]
|
||
|
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"
|