mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
26 lines
404 B
TOML
26 lines
404 B
TOML
[package]
|
|
name = "termwiz-fuzz"
|
|
version = "0.0.0"
|
|
authors = ["Automatically generated"]
|
|
publish = false
|
|
edition = "2018"
|
|
|
|
[package.metadata]
|
|
cargo-fuzz = true
|
|
|
|
[dependencies]
|
|
libfuzzer-sys = "0.4"
|
|
|
|
[dependencies.termwiz]
|
|
path = ".."
|
|
|
|
# Prevent this from interfering with workspaces
|
|
[workspace]
|
|
members = ["."]
|
|
|
|
[[bin]]
|
|
name = "escape_parse"
|
|
path = "fuzz_targets/escape_parse.rs"
|
|
test = false
|
|
doc = false
|