feat use mit license
This commit is contained in:
parent
8f4d61b9e1
commit
c6dbf5f4ea
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -88,7 +88,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "noworkers"
|
name = "noworkers"
|
||||||
version = "0.1.0"
|
version = "0.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"tokio",
|
"tokio",
|
||||||
|
@ -3,7 +3,7 @@ name = "noworkers"
|
|||||||
edition = "2024"
|
edition = "2024"
|
||||||
readme = "../../README.md"
|
readme = "../../README.md"
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
license = "MIT or APACHE"
|
license.workspace = true
|
||||||
repository = "https://git.front.kjuulh.io/kjuulh/noworkers"
|
repository = "https://git.front.kjuulh.io/kjuulh/noworkers"
|
||||||
authors = ["kjuulh <contact@kasperhermansen.com>"]
|
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)"
|
description = "A small asyncronous worker pool manages thread pool limiting, cancellation and error propogation, inspired by golangs errgroup (requires tokio)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user