5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-02-11 17:58:00 +03:00

cargo: added other shared crates to local path overrides

Added proxmox-ldap, -metrics, -sortable-metrics and -human-bytes to local
path overrides.

Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
This commit is contained in:
Gabriel Goller 2023-08-07 15:38:29 +02:00 committed by Wolfgang Bumiller
parent cf647671b2
commit b3e9d6bb6b

View File

@ -68,7 +68,7 @@ proxmox-metrics = "0.3"
proxmox-rest-server = { version = "0.4.1", features = [ "templates" ] }
# some use "cli", some use "cli" and "server", pbs-config uses nothing
proxmox-router = { version = "2.0.0", default_features = false }
# everything but pbs-config and pbs-client ues "api-macro"
# everything but pbs-config and pbs-client use "api-macro"
proxmox-schema = "2.0.0"
proxmox-section-config = "2"
proxmox-serde = "0.1.1"
@ -259,6 +259,10 @@ proxmox-rrd.workspace = true
#proxmox-tfa = { path = "../proxmox/proxmox-tfa" }
#proxmox-time = { path = "../proxmox/proxmox-time" }
#proxmox-uuid = { path = "../proxmox/proxmox-uuid" }
#proxmox-ldap = { path = "../proxmox/proxmox-ldap" }
#proxmox-metrics = { path = "../proxmox/proxmox-metrics" }
#proxmox-sortable-macro = { path = "../proxmox/proxmox-sortable-macro" }
#proxmox-human-byte = { path = "../proxmox/proxmox-human-byte" }
#proxmox-apt = { path = "../proxmox/proxmox-apt" }
#proxmox-openid = { path = "../proxmox/proxmox-openid" }