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

@ -28,6 +28,7 @@ memmap2 = "0.9.5"
page_size = "0.6.0"
rayon = "1.10.0"
roaring = { version = "0.10.10", features = ["serde"] }
scoped_thread_pool = { version = "0.1.0", path = "../../../../../../../dev/scoped_thread_pool" }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = { version = "1.0.135", features = ["preserve_order"] }
synchronoise = "1.0.1"