Assemble a crew of worker processes to tackle your computational tasks.
1name = "crew"
2version = "2.0.0"
3description = "An asynchronous task pool with limited concurrency"
4licenses = ["BSD-3-Clause"]
5repository = { type = "gitlab", user = "arkandos", repo = "crew" }
6
7[dependencies]
8gleam_stdlib = ">= 0.44.0 and < 2.0.0"
9gleam_erlang = ">= 1.3.0 and < 2.0.0"
10gleam_otp = ">= 1.1.0 and < 2.0.0"
11gleam_deque = ">= 1.0.0 and < 2.0.0"
12
13[dev-dependencies]
14gleeunit = ">= 1.0.0 and < 2.0.0"