a12b1be728
with this the main crate won't be re-compiled every time a *binary* is modified Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
10 lines
238 B
TOML
10 lines
238 B
TOML
[package]
|
|
name = "pbs-buildcfg"
|
|
version = "0.1.0"
|
|
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]
|