proxmox/proxmox-config-digest/Cargo.toml
Wolfgang Bumiller d6e86d670b tree-wide: unify workspace inherited attributes
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-09-20 08:42:45 +02:00

22 lines
549 B
TOML

[package]
name = "proxmox-config-digest"
description = "Configuration file digest API type."
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
hex.workspace = true
serde.workspace = true
serde_plain.workspace = true
proxmox-schema = { workspace = true, features = ["api-types"] }
# feature "openssl", allows to compute the SHA256 digest
openssl = { workspace = true, optional = true }