proxmox/proxmox-product-config/Cargo.toml
Dietmar Maurer 4768ad2200 product-config: remove digest implementation (move to proxmox-config-digest crate)
And use the new proxmox-config-digest crate instead.

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
2024-05-29 18:41:28 +02:00

18 lines
415 B
TOML

[package]
name = "proxmox-product-config"
version = "0.1.0"
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
hex.workspace = true
log.workspace = true
nix.workspace = true
proxmox-sys = { workspace = true, features = ["timer"] }