proxmox-backup/pbs-buildcfg/Cargo.toml
Thomas Lamprecht ef4b2c2470 buildcfg: fix version
now set here, but we really need to automate this soon, just to easy
to forget.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-07-21 09:11:57 +02:00

10 lines
238 B
TOML

[package]
name = "pbs-buildcfg"
version = "2.0.5"
authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2018"
description = "macros used for pbs related paths such as configdir and rundir"
build = "build.rs"
[dependencies]