Add store fuzzing

This commit is contained in:
Julien Cretin
2020-11-19 11:27:50 +01:00
parent 78e801c32a
commit e842da0de7
4 changed files with 538 additions and 4 deletions

View File

@@ -11,6 +11,8 @@ cargo-fuzz = true
[dependencies]
libfuzzer-sys = "0.3"
persistent_store = { path = "..", features = ["std"] }
rand_core = "0.5"
rand_pcg = "0.2"
strum = { version = "0.19", features = ["derive"] }
# Prevent this from interfering with workspaces