Backed out 2 changesets (bug 1943998) for causing wd failures @ phases.py CLOSED...
[gecko.git] / tools / fuzzing / rust / Cargo.toml
blobcceb319cfee86f72c9c56ebb5a17a8583289fb36
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.19", features = ["with-fuzzer-no-link"] }
11 lmdb-rkv = { version = "0.14", features = ["with-fuzzer-no-link"] }