improve the way we handle the fsts

This commit is contained in:
Tamo
2023-05-22 11:15:14 +02:00
parent 7f619ff0e4
commit 602ad98cb8
4 changed files with 30 additions and 24 deletions

View File

@ -56,7 +56,6 @@ itertools = "0.10.5"
log = "0.4.17"
logging_timer = "1.1.0"
csv = "1.2.1"
fastrand = "1.9.0"
[dev-dependencies]
mimalloc = { version = "0.1.29", default-features = false }
@ -65,7 +64,10 @@ insta = "1.29.0"
maplit = "1.0.2"
md5 = "0.7.0"
rand = {version = "0.8.5", features = ["small_rng"] }
# fuzzing
arbitrary = { version = "1.3.0", features = ["derive"] }
fastrand = "1.9.0"
[target.'cfg(fuzzing)'.dev-dependencies]
fuzzcheck = "0.12.1"