2021-09-02 10:47:11 +00:00
|
|
|
[package]
|
|
|
|
name = "pbs-config"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
description = "Configuration file management for PBS"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow = "1.0"
|
2021-10-08 09:19:37 +00:00
|
|
|
hex = "0.4.3"
|
2021-09-02 10:47:11 +00:00
|
|
|
lazy_static = "1.4"
|
2021-10-08 09:19:37 +00:00
|
|
|
libc = "0.2"
|
2021-09-02 10:47:11 +00:00
|
|
|
nix = "0.19.1"
|
2021-09-10 04:53:53 +00:00
|
|
|
once_cell = "1.3.1"
|
2021-10-08 09:19:37 +00:00
|
|
|
openssl = "0.10"
|
|
|
|
regex = "1.2"
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
serde_json = "1.0"
|
2021-09-02 10:47:11 +00:00
|
|
|
|
2021-10-08 09:19:37 +00:00
|
|
|
proxmox = "0.14.0"
|
|
|
|
proxmox-lang = "1"
|
2021-10-12 11:11:06 +00:00
|
|
|
proxmox-router = { version = "1", default-features = false }
|
2021-10-08 09:19:37 +00:00
|
|
|
proxmox-schema = "1"
|
|
|
|
proxmox-section-config = "1"
|
|
|
|
proxmox-time = "1"
|
2021-09-02 10:47:11 +00:00
|
|
|
|
|
|
|
pbs-api-types = { path = "../pbs-api-types" }
|
|
|
|
pbs-buildcfg = { path = "../pbs-buildcfg" }
|
|
|
|
pbs-tools = { path = "../pbs-tools" }
|