mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Pass through features from cargo-fuzz
This commit is contained in:
parent
3c085d264c
commit
f1fc9a83c6
1 changed files with 5 additions and 1 deletions
|
|
@ -10,7 +10,11 @@ cargo-fuzz = true
|
|||
|
||||
[dependencies.curve25519-dalek]
|
||||
path = ".."
|
||||
features = ["yolocrypto"]
|
||||
|
||||
[features]
|
||||
yolocrypto = ["curve25519-dalek/yolocrypto"]
|
||||
nightly = ["curve25519-dalek/nightly"]
|
||||
radix_51 = ["curve25519-dalek/radix_51"]
|
||||
|
||||
[dependencies.libfuzzer-sys]
|
||||
git = "https://github.com/rust-fuzz/libfuzzer-sys.git"
|
||||
|
|
|
|||
Loading…
Reference in a new issue