fix benchmarking dependencies

This commit is contained in:
Simon Gardling
2022-05-03 22:02:20 -04:00
parent 88ee6c7b8d
commit fbfdf44943
3 changed files with 2 additions and 9 deletions

3
Cargo.lock generated
View File

@@ -1674,13 +1674,10 @@ dependencies = [
name = "parsing"
version = "0.1.0"
dependencies = [
"criterion",
"criterion-macro",
"exmex",
"lazy_static",
"phf",
"phf_codegen",
"pprof",
]
[[package]]