diff --git a/proxmox-rrd/Cargo.toml b/proxmox-rrd/Cargo.toml index e3ab5380..0ede97f5 100644 --- a/proxmox-rrd/Cargo.toml +++ b/proxmox-rrd/Cargo.toml @@ -5,6 +5,9 @@ authors = ["Proxmox Support Team "] edition = "2018" description = "Simple RRD database implementation." +[dev-dependencies] +proxmox-router = "1" + [dependencies] anyhow = "1.0" bitflags = "1.2.1" @@ -16,5 +19,4 @@ serde_cbor = "0.11.1" proxmox = { version = "0.14.0" } proxmox-time = "1" -proxmox-router = "1" proxmox-schema = { version = "1", features = [ "api-macro" ] } diff --git a/proxmox-rrd/src/bin/rrd.rs b/proxmox-rrd/examples/prrd.rs similarity index 100% rename from proxmox-rrd/src/bin/rrd.rs rename to proxmox-rrd/examples/prrd.rs