mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2024-12-23 17:34:35 +03:00
cb33ed9ca5
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
221 B
TOML
10 lines
221 B
TOML
[package]
|
|
name = "pbs-buildcfg"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
description = "macros used for pbs related paths such as configdir and rundir"
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|