5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-01-06 13:18:00 +03:00
proxmox-backup/pbs-key-config/Cargo.toml
Wolfgang Bumiller 1104d2a268 move pbs_config::key_config to pbs-key-config
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2022-12-12 14:19:52 +01:00

22 lines
490 B
TOML

[package]
name = "pbs-key-config"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
description = "Encryption key configuration and usage for PBS clients"
[dependencies]
anyhow.workspace = true
nix.workspace = true
openssl.workspace = true
serde.workspace = true
serde_json.workspace = true
proxmox-lang.workspace = true
proxmox-serde.workspace = true
proxmox-sys.workspace = true
proxmox-time.workspace = true
pbs-api-types.workspace = true
pbs-tools.workspace = true