5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-01-08 21:18:07 +03:00
proxmox-backup/pbs-pxar-fuse/Cargo.toml
Fabian Grünbichler 781294e4b5 switch regular dependencies to workspace ones
where applicable.

notable changes:
- serde now uses 'derive' feature across the board
- serde removed from pbs-tools (not used)
- openssl bumped to 0.40 (and patched comment removed)
- removed invalid zstd comment

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2022-12-12 09:07:12 +01:00

20 lines
389 B
TOML

[package]
name = "pbs-pxar-fuse"
version = "0.1.0"
edition.workspace = true
description = "pxar fuse file system code"
[dependencies]
anyhow.workspace = true
futures.workspace = true
libc.workspace = true
log.workspace = true
tokio.workspace = true
proxmox-fuse.workspace = true
proxmox-io.workspace = true
proxmox-lang.workspace=true
proxmox-sys.workspace = true
pxar.workspace = true