forked from proxmox-mirrors/proxmox
22 lines
549 B
TOML
22 lines
549 B
TOML
[package]
|
|
name = "proxmox-config-digest"
|
|
description = "Configuration file digest API type."
|
|
version = "0.1.1"
|
|
|
|
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 }
|