proxmox-backup/pbs-config/Cargo.toml
Wolfgang Bumiller d842189959 move metrics connection from pbs-config to proxy
it's the only user and pbs-config shouldn't depend on the metric client

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2023-01-20 10:59:55 +01:00

29 lines
754 B
TOML

[package]
name = "pbs-config"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
description = "Configuration file management for PBS"
[dependencies]
anyhow.workspace = true
hex.workspace = true
lazy_static.workspace = true
libc.workspace = true
nix.workspace = true
once_cell.workspace = true
openssl.workspace = true
regex.workspace = true
serde.workspace = true
serde_json.workspace = true
proxmox-router = { workspace = true, default-features = false }
proxmox-schema.workspace = true
proxmox-section-config.workspace = true
proxmox-shared-memory.workspace = true
proxmox-sys = { workspace = true, features = [ "acl", "crypt", "timer" ] }
proxmox-time.workspace = true
pbs-api-types.workspace = true
pbs-buildcfg.workspace = true