Files
noworkers/crates/noworkers/Cargo.toml
kjuulh 5ab54585c0
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
feat: update noworkers
Signed-off-by: kjuulh <contact@kjuulh.io>
2025-08-08 21:58:33 +02:00

16 lines
498 B
TOML

[package]
name = "noworkers"
edition = "2024"
readme = "../../README.md"
version.workspace = true
license.workspace = true
repository = "https://git.kjuulh.io/kjuulh/noworkers"
authors = ["kjuulh <contact@kasperhermansen.com>"]
description = "A small asyncronous worker pool manages thread pool limiting, cancellation and error propogation, inspired by golangs errgroup (requires tokio)"
[dependencies]
anyhow.workspace = true
tokio.workspace = true
tokio-util = "0.7.15"
tracing.workspace = true