mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-01-08 21:18:07 +03:00
781294e4b5
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>
20 lines
389 B
TOML
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
|