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