workerbee 0.1.0

A simple, fast, and lightweight task runner for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.tokio]
features = ["rt-multi-thread", "rt", "net", "sync"]
version = "1.24.1"

[dependencies.uuid]
version = "1.2.2"

[package]
description = "A simple, fast, and lightweight task runner for Rust"
documentation = "https://lipicoder.github.io/workerbee"
edition = "2021"
homepage = "https://lipicoder.github.io/workerbee"
license = "Apache-2.0"
name = "workerbee"
readme = "README.md"
repository = "https://github.com/lipicoder/workerbee"
version = "0.1.0"