forked from proxmox-mirrors/proxmox-backup

Adds the client configuration for s3 object store as dedicated configuration files. Signed-off-by: Christian Ebner <c.ebner@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
32 lines
861 B
TOML
32 lines
861 B
TOML
[package]
|
|
name = "pbs-config"
|
|
version = "0.1.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
description = "Configuration file management for PBS"
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
const_format.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-notify.workspace = true
|
|
proxmox-router = { workspace = true, default-features = false }
|
|
proxmox-s3-client.workspace = true
|
|
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
|
|
proxmox-uuid.workspace = true
|
|
|
|
pbs-api-types.workspace = true
|
|
pbs-buildcfg.workspace = true
|