summaryrefslogtreecommitdiffstats
path: root/tools/fuzzing/rust/Cargo.toml
blob: 1779e191fdfd2d9e673a61b9e0c6b9f846756f66 (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.16", features = ["with-fuzzer-no-link"] }
lmdb-rkv = { version = "0.14", features = ["with-fuzzer-no-link"] }