blob: ebe2036ebb6ab36c3548121e02f3d2b77e0643cc [file] [edit]
[package]
name = "cssparser-fuzz"
version = "0.0.0"
authors = ["Automatically generated"]
publish = false
edition = "2018"
[package.metadata]
cargo-fuzz = true
[dependencies]
libfuzzer-sys = "0.4"
[dependencies.cssparser]
path = ".."
# Prevent this from interfering with workspaces
[workspace]
members = ["."]
[[bin]]
name = "cssparser"
path = "fuzz_targets/cssparser.rs"
test = false
doc = false