]> git.proxmox.com Git - proxmox-backup.git/commit - proxmox-backup-client/src/main.rs
move build.rs and friends to pbs-buildcfg
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 19 Jul 2021 12:59:17 +0000 (14:59 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 19 Jul 2021 12:59:18 +0000 (14:59 +0200)
commita12b1be728d849f6d477f2be9f3e413e88279d7c
treefa33dfe56e72d50e6a6eeb909460f2697276ffc2
parent4d04cd9ab9d50c919e310ae5305e1800c53ca20c
move build.rs and friends to pbs-buildcfg

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>
Cargo.toml
build.rs [deleted file]
pbs-buildcfg/Cargo.toml
pbs-buildcfg/build.rs [new file with mode: 0644]
pbs-buildcfg/src/lib.rs
src/api2/node/apt.rs
src/api2/version.rs
src/bin/proxmox-backup-client.rs