Bug 1845017 - Disable the TestPHCExhaustion test r=glandium
[gecko.git] / tools / fuzzing / rust / Cargo.toml
blobde0830e976fa23e285c8341819ccd7eb30ca6fec
1 [package]
2 name = "gecko-fuzz-targets"
3 version = "0.1.0"
4 authors = ["fuzzing@mozilla.com"]
6 [dependencies]
7 libc = "0.2"
8 tempfile = "3"
9 lazy_static = "1.4.0"
10 rkv = { version = "0.18", features = ["with-fuzzer-no-link"] }
11 lmdb-rkv = { version = "0.14", features = ["with-fuzzer-no-link"] }