diff --git a/proxmox-dns-api/Cargo.toml b/proxmox-dns-api/Cargo.toml index bb067629..0504b858 100644 --- a/proxmox-dns-api/Cargo.toml +++ b/proxmox-dns-api/Cargo.toml @@ -25,6 +25,7 @@ proxmox-product-config = { workspace = true, optional = true } [features] default = [] impl = [ + "dep:proxmox-product-config", "proxmox-config-digest/openssl", "dep:proxmox-sys", "dep:proxmox-time",