build: more missing features

these would cause failures when building the sub-crates directly from
their sub-directory.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2022-09-05 12:55:33 +02:00
parent 5ac4e0fcae
commit 0376c3b50b

View File

@ -40,4 +40,4 @@ proxmox-http = { version = "0.6.4", features = [ "client" ] }
proxmox-router = "1.2.4"
proxmox-schema = { version = "1.3.1", features = [ "api-macro", "upid-api-impl" ] }
proxmox-time = "1"
proxmox-sys = { version = "0.4", features = [ "logrotate" ] }
proxmox-sys = { version = "0.4", features = [ "logrotate", "timer" ] }