Change cargo toml

This commit is contained in:
Louis Dureuil
2025-03-01 14:45:43 +01:00
parent a1f60c61e8
commit f67b246108
5 changed files with 8 additions and 0 deletions

View File

@ -17,6 +17,7 @@ csv = "1.3.1"
memmap2 = "0.9.5"
milli = { path = "../milli" }
mimalloc = { version = "0.1.43", default-features = false }
scoped_thread_pool = { version = "0.1.0", path = "../../../../../../../dev/scoped_thread_pool" }
serde_json = { version = "1.0.135", features = ["preserve_order"] }
tempfile = "3.15.0"