proxmox-rrd: add binary to create/manage rrd files

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Dietmar Maurer
2021-10-13 10:24:47 +02:00
committed by Thomas Lamprecht
parent 400f081487
commit ec08247e5c
2 changed files with 216 additions and 0 deletions

View File

@ -16,4 +16,5 @@ serde_cbor = "0.11.1"
proxmox = { version = "0.14.0" }
proxmox-time = "1"
proxmox-router = "1"
proxmox-schema = { version = "1", features = [ "api-macro" ] }