actionqueue-platform 0.1.0

Multi-tenant isolation, RBAC, and append-only ledgers for the ActionQueue task queue engine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "actionqueue-platform"
authors = ["Keith <zed.colonel@gmail.com>"]
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "Multi-tenant isolation, RBAC, and append-only ledgers for the ActionQueue task queue engine."
readme = "README.md"
repository = "https://github.com/zed-colonel/actionqueue"
keywords = ["multi-tenant", "rbac", "ledger", "task-queue", "platform"]
categories = ["concurrency"]

[dependencies]
actionqueue-core = "0.1.0"
actionqueue-actor = "0.1.0"
tracing = "0.1"