5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2024-12-23 17:34:35 +03:00
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]