c68fa58a59
Because the types used inside the RRD have other requirements than the API types: - other serialization format - the API may not support all RRD features Signed-off-by: Dietmar Maurer <dietmar@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
25 lines
618 B
TOML
25 lines
618 B
TOML
[package]
|
|
name = "pbs-api-types"
|
|
version = "0.1.0"
|
|
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
|
edition = "2018"
|
|
description = "general API type helpers for PBS"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
lazy_static = "1.4"
|
|
libc = "0.2"
|
|
nix = "0.19.1"
|
|
openssl = "0.10"
|
|
regex = "1.2"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
proxmox = "0.14.0"
|
|
proxmox-lang = "1.0.0"
|
|
proxmox-schema = { version = "1.0.0", features = [ "api-macro" ] }
|
|
proxmox-time = "1.0.0"
|
|
proxmox-uuid = { version = "1.0.0", features = [ "serde" ] }
|
|
|
|
proxmox-systemd = { path = "../proxmox-systemd" }
|
|
pbs-tools = { path = "../pbs-tools" }
|