blob: 3fcfdfc564f38d40c51d554f147a57eb024f41a5 [file] [log] [blame]
[package]
name = "p9-fuzz"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
[dependencies]
p9 = { path = "../" }
[workspace]
members = ["."]
[[bin]]
name = "p9_tframe_decode_fuzzer"
path = "tframe_decode.rs"
[patch.crates-io]
wire_format_derive = { path = "../wire_format_derive" }