4
0

Cargo.toml 364 B

12345678910111213141516171819202122
  1. [package]
  2. name = "dns-fuzz"
  3. version = "0.0.1"
  4. authors = ["Automatically generated"]
  5. publish = false
  6. [package.metadata]
  7. cargo-fuzz = true
  8. [dependencies.dns]
  9. path = ".."
  10. [dependencies.libfuzzer-sys]
  11. version = "0.3.0"
  12. # Prevent this from interfering with workspaces
  13. [workspace]
  14. members = ["."]
  15. [[bin]]
  16. name = "fuzz_parsing"
  17. path = "fuzz_targets/fuzz_parsing.rs"