mirror of
https://github.com/cloudflare/quiche.git
synced 2025-05-15 01:54:18 +08:00
fuzz: use libfuzzer-sys from crates.io
This commit is contained in:
parent
43d98319a5
commit
e4686f1a37
@ -13,7 +13,7 @@ opt-level = 3
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
env_logger = "0.10"
|
env_logger = "0.10"
|
||||||
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" }
|
libfuzzer-sys = "0.4"
|
||||||
quiche = { path = "../quiche", features = ["fuzzing"] }
|
quiche = { path = "../quiche", features = ["fuzzing"] }
|
||||||
|
|
||||||
# Prevent this from interfering with workspaces
|
# Prevent this from interfering with workspaces
|
||||||
|
Loading…
x
Reference in New Issue
Block a user