[package] name = "task-group" version = "0.2.2" authors = ["Pat Hickey "] license = "MIT OR Apache-2.0" repository = "https://github.com/pchickey/task-group" description = "manage groups of tokio tasks" keywords = ["tokio", "async"] readme = "README.md" edition = "2018" [dependencies] tokio = { version = "^1.2.0", default-features = false, features = ["rt", "sync"] } [dev-dependencies] anyhow = "1" tokio = { version = "^1.2.0", features = ["full"] }