Compare commits

..

No commits in common. "688e742f20a13ad649ec3789ba9892873723082b" and "8f4d61b9e1b4fb44f487a0298c47c9cfa21f0bbb" have entirely different histories.

3 changed files with 2 additions and 3 deletions

2
Cargo.lock generated
View File

@ -88,7 +88,7 @@ dependencies = [
[[package]]
name = "noworkers"
version = "0.0.1"
version = "0.1.0"
dependencies = [
"anyhow",
"tokio",

View File

@ -4,7 +4,6 @@ resolver = "2"
[workspace.package]
version = "0.0.1"
license = "MIT"
[workspace.dependencies]
noworkers = { path = "crates/noworkers" }

View File

@ -3,7 +3,7 @@ name = "noworkers"
edition = "2024"
readme = "../../README.md"
version.workspace = true
license.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)"