From: Gabriel Goller <g.goller@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH proxmox-backup v2 2/2] cargo: added other shared crates to local path overrides
Date: Mon, 7 Aug 2023 15:38:29 +0200 [thread overview]
Message-ID: <20230807133829.199867-2-g.goller@proxmox.com> (raw)
In-Reply-To: <20230807133829.199867-1-g.goller@proxmox.com>
Added proxmox-ldap, -metrics, -sortable-metrics and -human-bytes to local
path overrides.
Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
---
Cargo.toml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index a50186c6..4d34f8a1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }
--
2.39.2
next prev parent reply other threads:[~2023-08-07 13:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-07 13:38 [pbs-devel] [PATCH proxmox-backup v2 1/2] cargo: fixed cargo " Gabriel Goller
2023-08-07 13:38 ` Gabriel Goller [this message]
2023-08-08 9:51 ` [pbs-devel] applied: " Wolfgang Bumiller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230807133829.199867-2-g.goller@proxmox.com \
--to=g.goller@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.