Add stats for fuzzing

This commit is contained in:
Julien Cretin
2020-11-16 22:34:42 +01:00
parent cd898fbbf7
commit fcc9484510
3 changed files with 191 additions and 0 deletions

View File

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