| [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 |