From: Maximiliano Sandoval <m.sandoval@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH backup 1/7] tools: remove unused dependencies
Date: Wed, 14 Aug 2024 11:21:08 +0200 [thread overview]
Message-ID: <20240814092114.219489-2-m.sandoval@proxmox.com> (raw)
In-Reply-To: <20240814092114.219489-1-m.sandoval@proxmox.com>
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
pbs-tools/Cargo.toml | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/pbs-tools/Cargo.toml b/pbs-tools/Cargo.toml
index dde09d3e..998e3077 100644
--- a/pbs-tools/Cargo.toml
+++ b/pbs-tools/Cargo.toml
@@ -8,36 +8,21 @@ description = "common tools used throughout pbs"
# This must not depend on any subcrates more closely related to pbs itself.
[dependencies]
anyhow.workspace = true
-base64.workspace = true
bytes.workspace = true
-crc32fast.workspace = true
-endian_trait.workspace = true
-flate2.workspace = true
foreign-types.workspace = true
-futures.workspace = true
hex.workspace = true
libc.workspace = true
-log.workspace = true
-nix.workspace = true
nom.workspace = true
openssl.workspace = true
-regex.workspace = true
serde_json.workspace = true
# rt-multi-thread is required for block_in_place
tokio = { workspace = true, features = [ "fs", "io-util", "rt", "rt-multi-thread", "sync" ] }
-url.workspace = true
-walkdir.workspace = true
-zstd.workspace = true
proxmox-async.workspace = true
proxmox-io = { workspace = true, features = [ "tokio" ] }
proxmox-human-byte.workspace = true
-proxmox-lang.workspace=true
proxmox-sys.workspace = true
proxmox-time.workspace = true
-pbs-api-types.workspace = true
-pbs-buildcfg.workspace = true
-
[dev-dependencies]
tokio = { workspace = true, features = [ "macros" ] }
--
2.39.2
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
next prev parent reply other threads:[~2024-08-14 9:21 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-14 9:21 [pbs-devel] [PATCH backup 0/7] " Maximiliano Sandoval
2024-08-14 9:21 ` Maximiliano Sandoval [this message]
2024-08-14 9:21 ` [pbs-devel] [PATCH backup 2/7] client: remove unused deps Maximiliano Sandoval
2024-08-14 9:21 ` [pbs-devel] [PATCH backup 3/7] file-restore: " Maximiliano Sandoval
2024-08-14 9:21 ` [pbs-devel] [PATCH backup 4/7] restore-daemon: remove unused dependencies Maximiliano Sandoval
2024-08-14 9:21 ` [pbs-devel] [PATCH backup 5/7] pxar-bin: " Maximiliano Sandoval
2024-08-14 9:21 ` [pbs-devel] [PATCH backup 6/7] backup-client: " Maximiliano Sandoval
2024-08-14 9:21 ` [pbs-devel] [PATCH backup 7/7] cargo: " Maximiliano Sandoval
2024-08-14 10:19 ` [pbs-devel] applied-series: [PATCH backup 0/7] " 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=20240814092114.219489-2-m.sandoval@proxmox.com \
--to=m.sandoval@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.