feat: readme etc.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-07-01 15:38:00 +02:00
parent fedf7598c9
commit 2d47f6e7e0
4 changed files with 127 additions and 2 deletions

View File

@@ -1,7 +1,12 @@
[package]
name = "noworkers"
version = "0.1.0"
edition = "2021"
edition = "2024"
readme = "../../README.md"
version.workspace = true
license = "MIT or APACHE"
repository = "https://git.front.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