headgate-core 0.1.2

A policy-aware distributed job queue with PostgreSQL, MySQL, and Redis backends.
Documentation
[package]
name = "headgate-core"
version.workspace = true
edition.workspace = true
authors.workspace = true
description.workspace = true
documentation.workspace = true
homepage.workspace = true
repository.workspace = true
readme.workspace = true
keywords.workspace = true
categories.workspace = true
license.workspace = true

# Core has no I/O, driver, or exporter dependencies; scripts/check-deps.sh enforces it.
# sha2 is pure computation used for portable content fingerprints.
[dependencies]
async-trait = { workspace = true }
sha2 = { workspace = true }