[package] name = "workpool" version = "0.2.1" authors = ["Glenn Griffin "] description = "Distribute work to a set of threads and wait for completion" documentation = "https://docs.rs/workpool/" repository = "https://github.com/ggriffiniii/lateral" license = "MIT" [dependencies] crossbeam-channel = "0.5" published_value = { path = "../published_value", version = "0.1.2" }