Touch up PR 32 manifest

This commit is contained in:
David Tolnay 2022-05-15 13:41:03 -07:00
parent 0d042acb34
commit 8d798edf30
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 4 additions and 8 deletions

View File

@ -8,17 +8,13 @@ edition = "2018"
cargo-fuzz = true
[dependencies]
libfuzzer-sys = { version="0.4", features=["arbitrary-derive"] }
[dependencies.itoa]
path = ".."
# Prevent this from interfering with workspaces
[workspace]
members = ["."]
itoa = { path = ".." }
libfuzzer-sys = { version = "0.4", features = ["arbitrary-derive"] }
[[bin]]
name = "fuzz_itoa"
path = "fuzz_targets/fuzz_itoa.rs"
test = false
doc = false
[workspace]