Wolfgang Bumiller 847a57740b new worker-task crate, move WorkerTaskContext from sys
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-07-11 14:43:37 +02:00

14 lines
268 B
TOML

[package]
name = "proxmox-worker-task"
version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Worker task functionality"
exclude.workspace = true
[dependencies]
anyhow.workspace = true