Skip to content

Commit

Permalink
Touch up PR 45 manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 15, 2022
1 parent 348702f commit af8b834
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,13 @@ edition = "2018"
cargo-fuzz = true

[dependencies]
libfuzzer-sys = { version="0.4", features=["arbitrary-derive"] }

[dependencies.ryu]
path = ".."

# Prevent this from interfering with workspaces
[workspace]
members = ["."]
libfuzzer-sys = { version = "0.4", features = ["arbitrary-derive"] }
ryu = { path = ".." }

[[bin]]
name = "fuzz_ryu"
path = "fuzz_targets/fuzz_ryu.rs"
test = false
doc = false

[workspace]

0 comments on commit af8b834

Please sign in to comment.