proxmox-backup/pbs-buildcfg/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
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]