5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-01-03 01:18:02 +03:00
proxmox-backup/proxmox-backup-banner/Cargo.toml
Fabian Grünbichler 781294e4b5 switch regular dependencies to workspace ones
where applicable.

notable changes:
- serde now uses 'derive' feature across the board
- serde removed from pbs-tools (not used)
- openssl bumped to 0.40 (and patched comment removed)
- removed invalid zstd comment

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2022-12-12 09:07:12 +01:00

10 lines
170 B
TOML

[package]
name = "proxmox-backup-banner"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
[dependencies]
anyhow.workspace = true
nix.workspace = true