5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-03-20 22:50:18 +03:00

20 lines
389 B
TOML
Raw Permalink Normal View History

[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