rust-fuzz / libfuzzer

Rust bindings and utilities for LLVM’s libFuzzer
Apache License 2.0
208 stars 44 forks source link

Reexport arbitrary crate #49

Closed Manishearth closed 4 years ago

Manishearth commented 4 years ago

Currently cargo fuzz fails because it can't find arbitrary (caused by https://github.com/rust-fuzz/libfuzzer-sys/pull/43). We should either do this or tweak cargo fuzz init to add an explicit dependency on arbitrary

r? @fitzgen