Add thread pool to cargo toml

This commit is contained in:
Louis Dureuil
2025-02-26 22:11:16 +01:00
parent 5e7803632d
commit 8d93de28b8
2 changed files with 74 additions and 65 deletions

8
Cargo.lock generated
View File

@ -3814,6 +3814,7 @@ dependencies = [
"roaring",
"rstar",
"rustc-hash 2.1.0",
"scoped_thread_pool",
"serde",
"serde_json",
"slice-group-by",
@ -5088,6 +5089,13 @@ dependencies = [
"winapi-util",
]
[[package]]
name = "scoped_thread_pool"
version = "0.1.0"
dependencies = [
"crossbeam-channel",
]
[[package]]
name = "scopeguard"
version = "1.2.0"