mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-04-28 14:37:35 +00:00

pbs-buildcfg is the only one that needs to inherit the version as well, since it stores it in the compiled crate. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
10 lines
151 B
TOML
10 lines
151 B
TOML
[package]
|
|
name = "proxmox-backup-banner"
|
|
version = "0.1.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
nix = "0.24"
|