summaryrefslogtreecommitdiff
path: root/fuzz/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/Cargo.toml')
-rw-r--r--fuzz/Cargo.toml19
1 files changed, 0 insertions, 19 deletions
diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml
deleted file mode 100644
index 1220681..0000000
--- a/fuzz/Cargo.toml
+++ /dev/null
@@ -1,19 +0,0 @@
-[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" } \ No newline at end of file