curve25519-dalek-source/fuzz/Cargo.toml
Manish Goregaokar e076079772 Add cargo-fuzz
2017-05-19 16:44:05 -07:00

24 lines
435 B
TOML

[package]
name = "curve25519-dalek-fuzz"
version = "0.0.1"
authors = ["Automatically generated"]
publish = false
[package.metadata]
cargo-fuzz = true
[dependencies.curve25519-dalek]
path = ".."
features = ["yolocrypto"]
[dependencies.libfuzzer-sys]
git = "https://github.com/rust-fuzz/libfuzzer-sys.git"
# Prevent this from interfering with workspaces
[workspace]
members = ["."]
[[bin]]
name = "decaf"
path = "fuzzers/decaf.rs"