split out RRD api types into proxmox-rrd-api-types crate

This commit is contained in:
Dietmar Maurer
2021-10-06 09:49:51 +02:00
parent a97301350f
commit d1c3bc5350
13 changed files with 61 additions and 41 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox-rrd"
version = "0.1.0"
authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2018"
description = "Simple RRD database implementation."
@ -11,3 +11,5 @@ bitflags = "1.2.1"
serde = { version = "1.0", features = [] }
proxmox = { version = "0.13.5", features = ["api-macro"] }
proxmox-rrd-api-types = { path = "../proxmox-rrd-api-types" }