mirror of
https://github.com/openharmony/third_party_rust_proc-macro2.git
synced 2026-07-01 20:24:03 -04:00
22 lines
359 B
TOML
22 lines
359 B
TOML
[package]
|
|
name = "proc-macro2-fuzz"
|
|
version = "0.0.0"
|
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[package.metadata]
|
|
cargo-fuzz = true
|
|
|
|
[dependencies]
|
|
libfuzzer-sys = "0.4"
|
|
proc-macro2 = { path = ".." }
|
|
|
|
[[bin]]
|
|
name = "parse_token_stream"
|
|
path = "fuzz_targets/parse_token_stream.rs"
|
|
test = false
|
|
doc = false
|
|
|
|
[workspace]
|