bisonmq 0.1.2

A Lightweight and Simple Rust Library for Job Queue
Documentation
[dependencies.redis]
version = "0.28.2"

[lib]
name = "bisonmq"
path = "src/lib.rs"

[package]
authors = ["Leaf48"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Lightweight and Simple Rust Library for Job Queue"
edition = "2021"
keywords = ["queue", "background-jobs", "redis"]
license = "Apache-2.0"
name = "bisonmq"
readme = "README.md"
repository = "https://github.com/Leaf48/BisonMQ"
version = "0.1.2"