Changed threadpool to rusty_pool for a dynamic thread pool

This commit is contained in:
2021-05-19 19:48:44 +02:00
parent 806054144a
commit 204fe4d942
2 changed files with 8 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
threadpool = "1.0"
rusty_pool = "0.6.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.64"
openssl = {version = "0.10", features = ["vendored"]}