mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-15 19:11:57 +00:00
add proxmox-rrd
to workspace
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
This commit is contained in:
parent
b8c56e7b6c
commit
5cbc8a4b66
@ -20,6 +20,7 @@ members = [
|
|||||||
"proxmox-openid",
|
"proxmox-openid",
|
||||||
"proxmox-rest-server",
|
"proxmox-rest-server",
|
||||||
"proxmox-router",
|
"proxmox-router",
|
||||||
|
"proxmox-rrd",
|
||||||
"proxmox-schema",
|
"proxmox-schema",
|
||||||
"proxmox-section-config",
|
"proxmox-section-config",
|
||||||
"proxmox-serde",
|
"proxmox-serde",
|
||||||
@ -51,8 +52,10 @@ exclude = [ "debian" ]
|
|||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
base32 = "0.4"
|
base32 = "0.4"
|
||||||
base64 = "0.13"
|
base64 = "0.13"
|
||||||
|
bitflags = "1.2.1"
|
||||||
bytes = "1.0"
|
bytes = "1.0"
|
||||||
crc32fast = "1"
|
crc32fast = "1"
|
||||||
|
crossbeam-channel = "0.5"
|
||||||
endian_trait = "0.6"
|
endian_trait = "0.6"
|
||||||
env_logger = "0.10"
|
env_logger = "0.10"
|
||||||
flate2 = "1.0"
|
flate2 = "1.0"
|
||||||
@ -78,6 +81,7 @@ proc-macro2 = "1.0"
|
|||||||
quote = "1.0"
|
quote = "1.0"
|
||||||
regex = "1.5"
|
regex = "1.5"
|
||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
|
serde_cbor = "0.11.1"
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
serde_plain = "1.0"
|
serde_plain = "1.0"
|
||||||
syn = { version = "2", features = [ "full", "visit-mut" ] }
|
syn = { version = "2", features = [ "full", "visit-mut" ] }
|
||||||
|
@ -4,6 +4,8 @@ version = "0.1.0"
|
|||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
repository.workspace = true
|
||||||
|
exclude.workspace = true
|
||||||
description = "Simple RRD database implementation."
|
description = "Simple RRD database implementation."
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
@ -11,7 +11,7 @@ exclude.workspace = true
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
bitflags = "1.2.1"
|
bitflags.workspace = true
|
||||||
lazy_static.workspace = true
|
lazy_static.workspace = true
|
||||||
nom = "7"
|
nom = "7"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user