[package] name = "task_runner" version = "0.0.1" authors = ["Brian Taylor "] license-file = "LICENSE" edition = "2018" description = "A general worker thread pool backed task runner." homepage = "http://resolvingarchitecture.io" documentation = "https://github.com/resolvingarchitecture/task-runner" repository = "https://github.com/resolvingarchitecture/task-runner" publish = true readme = "README.md" keywords = ["task-runner","task"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4.8" failure = "0.1.5" exitfailure = "0.5.1" [dev-dependencies] assert_cmd = "0.10"