add proxmox-rrd to workspace

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
This commit is contained in:
Lukas Wagner 2024-01-31 12:57:22 +01:00
parent b8c56e7b6c
commit 5cbc8a4b66
3 changed files with 7 additions and 1 deletions

View File

@ -20,6 +20,7 @@ members = [
"proxmox-openid",
"proxmox-rest-server",
"proxmox-router",
"proxmox-rrd",
"proxmox-schema",
"proxmox-section-config",
"proxmox-serde",
@ -51,8 +52,10 @@ exclude = [ "debian" ]
anyhow = "1.0"
base32 = "0.4"
base64 = "0.13"
bitflags = "1.2.1"
bytes = "1.0"
crc32fast = "1"
crossbeam-channel = "0.5"
endian_trait = "0.6"
env_logger = "0.10"
flate2 = "1.0"
@ -78,6 +81,7 @@ proc-macro2 = "1.0"
quote = "1.0"
regex = "1.5"
serde = "1.0"
serde_cbor = "0.11.1"
serde_json = "1.0"
serde_plain = "1.0"
syn = { version = "2", features = [ "full", "visit-mut" ] }

View File

@ -4,6 +4,8 @@ version = "0.1.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
exclude.workspace = true
description = "Simple RRD database implementation."
[dev-dependencies]

View File

@ -11,7 +11,7 @@ exclude.workspace = true
[dependencies]
anyhow.workspace = true
bitflags = "1.2.1"
bitflags.workspace = true
lazy_static.workspace = true
nom = "7"