proxmox-backup/proxmox-backup-banner/Cargo.toml
Fabian Grünbichler cb33ed9ca5 workspace: inherit metadata
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>
2022-12-12 09:05:27 +01:00

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"