summaryrefslogtreecommitdiffstats
path: root/tools/fuzzing/rust/Cargo.toml
blob: cceb319cfee86f72c9c56ebb5a17a8583289fb36 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "gecko-fuzz-targets"
version = "0.1.0"
authors = ["fuzzing@mozilla.com"]

[dependencies]
libc = "0.2"
tempfile = "3"
lazy_static = "1.4.0"
rkv = { version = "0.19", features = ["with-fuzzer-no-link"] }
lmdb-rkv = { version = "0.14", features = ["with-fuzzer-no-link"] }