]> git.proxmox.com Git - proxmox-backup.git/blame - pbs-config/Cargo.toml
proxmox-rrd: remove dependency to proxmox-rrd-api-types
[proxmox-backup.git] / pbs-config / Cargo.toml
CommitLineData
21211748
DM
1[package]
2name = "pbs-config"
3version = "0.1.0"
4authors = ["Proxmox Support Team <support@proxmox.com>"]
5edition = "2018"
6description = "Configuration file management for PBS"
7
8[dependencies]
9anyhow = "1.0"
6ef1b649 10hex = "0.4.3"
21211748 11lazy_static = "1.4"
6ef1b649 12libc = "0.2"
21211748 13nix = "0.19.1"
ba3d7e19 14once_cell = "1.3.1"
6ef1b649
WB
15openssl = "0.10"
16regex = "1.2"
17serde = { version = "1.0", features = ["derive"] }
18serde_json = "1.0"
21211748 19
6ef1b649
WB
20proxmox = "0.14.0"
21proxmox-lang = "1"
27709b49 22proxmox-router = { version = "1", default-features = false }
6ef1b649
WB
23proxmox-schema = "1"
24proxmox-section-config = "1"
25proxmox-time = "1"
21211748
DM
26
27pbs-api-types = { path = "../pbs-api-types" }
28pbs-buildcfg = { path = "../pbs-buildcfg" }
29pbs-tools = { path = "../pbs-tools" }