d6e86d670b
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
15 lines
294 B
TOML
15 lines
294 B
TOML
[package]
|
|
name = "proxmox-worker-task"
|
|
description = "Worker task functionality"
|
|
version = "0.1.0"
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
exclude.workspace = true
|
|
homepage.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|