use build.rs to pass REPOID to rustc-env

This commit is contained in:
Dietmar Maurer
2021-05-06 13:00:03 +02:00
parent 572cd0381b
commit d8769d659e
3 changed files with 26 additions and 1 deletions

View File

@ -15,6 +15,7 @@ edition = "2018"
license = "AGPL-3"
description = "Proxmox Backup"
homepage = "https://www.proxmox.com"
build = "build.rs"
exclude = [ "build", "debian", "tests/catar_data/test_symlink/symlink1"]