proxmox/proxmox-product-config/Cargo.toml
Wolfgang Bumiller 9ae3df424e product-config: bump to 0.2.2-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-08-14 12:00:02 +02:00

16 lines
373 B
TOML

[package]
name = "proxmox-product-config"
version = "0.2.2"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Configuration file handling for Proxmox products."
exclude.workspace = true
[dependencies]
anyhow.workspace = true
nix.workspace = true
proxmox-sys = { workspace = true, features = ["timer"] }