proxmox/proxmox-product-config/Cargo.toml
Dietmar Maurer e64575b6a7 product-config: add rust API type for configuration digest
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
2024-05-02 12:28:11 +02:00

21 lines
559 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
openssl.workspace = true
serde.workspace = true
serde_plain.workspace = true
proxmox-sys = { workspace = true, features = [ "timer" ] }
proxmox-schema = { workspace = true, features = [ "api-types" ] }