summaryrefslogtreecommitdiff
path: root/fuzz/Cargo.toml
blob: 1220681876bcec5152cba96849a0d5406f21ca9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "p9-fuzz"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"

[dependencies]
p9 = { path = "../" }
cros_fuzz = "*"

[workspace]
members = ["."]

[[bin]]
name = "p9_tframe_decode_fuzzer"
path = "tframe_decode.rs"

[patch.crates-io]
wire_format_derive = { path = "../wire_format_derive" }