[package] name = "shared-resource-pool-builder" version = "0.2.1" authors = ["Florian Gamböck "] edition = "2018" description = "Create thread pools with a shared resource." repository = "https://github.com/FloGa/shared-resource-pool-builder" readme = "README.md" categories = ["concurrency"] keywords = ["shared_resource", "threads", "threadpool"] license = "MIT" [dependencies] threadpool = "1.8.1"