mirror of
https://git.proxmox.com/git/proxmox
synced 2025-10-04 05:09:00 +00:00
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
|