forked from Proxmox/proxmox
36e552de47
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
14 lines
268 B
TOML
14 lines
268 B
TOML
[package]
|
|
name = "proxmox-worker-task"
|
|
version = "0.1.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "Worker task functionality"
|
|
|
|
exclude.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|