From: "Fabian Grünbichler" <f.gruenbichler@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH proxmox-backup 0/2] reduce pbs-api-types deps
Date: Wed, 12 Jan 2022 14:52:08 +0100 [thread overview]
Message-ID: <20220112135210.1698733-1-f.gruenbichler@proxmox.com> (raw)
this cuts down the dependency tree of pbs-api-types by 31 (transitive)
deps (and shaves off a whopping 2-3s of `cargo build --release` time
;)). obviously we use all those deps in pbs itself, but simplification
doesn't hurt if we want to re-use this elsewhere.
Fabian Grünbichler (2):
api-types: move RsaPubKeyInfo to pbs-client
api-types: relax NODENAME_SCHEMA
pbs-api-types/Cargo.toml | 4 ---
pbs-api-types/src/lib.rs | 44 ++------------------------------
proxmox-backup-client/src/key.rs | 37 ++++++++++++++++++++++++++-
3 files changed, 38 insertions(+), 47 deletions(-)
--
2.30.2
next reply other threads:[~2022-01-12 13:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-12 13:52 Fabian Grünbichler [this message]
2022-01-12 13:52 ` [pbs-devel] [PATCH proxmox-backup 1/2] api-types: move RsaPubKeyInfo to pbs-client Fabian Grünbichler
2022-01-12 13:52 ` [pbs-devel] [PATCH proxmox-backup 2/2] api-types: relax NODENAME_SCHEMA Fabian Grünbichler
2022-01-14 5:30 ` [pbs-devel] applied-series: [PATCH proxmox-backup 0/2] reduce pbs-api-types deps Thomas Lamprecht
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=20220112135210.1698733-1-f.gruenbichler@proxmox.com \
--to=f.gruenbichler@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.