mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-08 12:21:51 +00:00
tools: remove unused dependencies
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
This commit is contained in:
parent
17c82d4a73
commit
0a005b092c
@ -8,36 +8,21 @@ description = "common tools used throughout pbs"
|
|||||||
# This must not depend on any subcrates more closely related to pbs itself.
|
# This must not depend on any subcrates more closely related to pbs itself.
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
base64.workspace = true
|
|
||||||
bytes.workspace = true
|
bytes.workspace = true
|
||||||
crc32fast.workspace = true
|
|
||||||
endian_trait.workspace = true
|
|
||||||
flate2.workspace = true
|
|
||||||
foreign-types.workspace = true
|
foreign-types.workspace = true
|
||||||
futures.workspace = true
|
|
||||||
hex.workspace = true
|
hex.workspace = true
|
||||||
libc.workspace = true
|
libc.workspace = true
|
||||||
log.workspace = true
|
|
||||||
nix.workspace = true
|
|
||||||
nom.workspace = true
|
nom.workspace = true
|
||||||
openssl.workspace = true
|
openssl.workspace = true
|
||||||
regex.workspace = true
|
|
||||||
serde_json.workspace = true
|
serde_json.workspace = true
|
||||||
# rt-multi-thread is required for block_in_place
|
# rt-multi-thread is required for block_in_place
|
||||||
tokio = { workspace = true, features = [ "fs", "io-util", "rt", "rt-multi-thread", "sync" ] }
|
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-async.workspace = true
|
||||||
proxmox-io = { workspace = true, features = [ "tokio" ] }
|
proxmox-io = { workspace = true, features = [ "tokio" ] }
|
||||||
proxmox-human-byte.workspace = true
|
proxmox-human-byte.workspace = true
|
||||||
proxmox-lang.workspace=true
|
|
||||||
proxmox-sys.workspace = true
|
proxmox-sys.workspace = true
|
||||||
proxmox-time.workspace = true
|
proxmox-time.workspace = true
|
||||||
|
|
||||||
pbs-api-types.workspace = true
|
|
||||||
pbs-buildcfg.workspace = true
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio = { workspace = true, features = [ "macros" ] }
|
tokio = { workspace = true, features = [ "macros" ] }
|
||||||
|
Loading…
Reference in New Issue
Block a user