buildsys: don't use debcargo

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2021-07-06 14:45:55 +02:00
parent 85beb7d875
commit 01fd2447b2
4 changed files with 12 additions and 115 deletions

View File

@ -91,7 +91,7 @@ proxmox-http = { version = "0.2.1", features = [ "client", "http-helpers", "webs
#proxmox-http = { version = "0.2.0", path = "../proxmox/proxmox-http", features = [ "client", "http-helpers", "websocket" ] }
proxmox-openid = "0.6.0"
pbs-buildcfg = { path = "pbs-buildcfg" }
pbs-buildcfg = { path = "pbs-buildcfg", version = "0.1" }
[features]
default = []