Cargo.toml 401 B

1234567891011121314151617181920212223
  1. [package]
  2. name = "ion-shell-fuzz"
  3. version = "0.0.1"
  4. authors = ["Automatically generated"]
  5. publish = false
  6. [package.metadata]
  7. cargo-fuzz = true
  8. [dependencies.ion-shell]
  9. path = ".."
  10. [dependencies.libfuzzer-sys]
  11. git = "https://github.com/rust-fuzz/libfuzzer-sys.git"
  12. # Prevent this from interfering with workspaces
  13. [workspace]
  14. members = ["."]
  15. [[bin]]
  16. name = "parser"
  17. path = "fuzz_targets/parser.rs"