5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-01-08 21:18:07 +03:00
proxmox-backup/pbs-fuse-loop/Cargo.toml

21 lines
471 B
TOML
Raw Normal View History

[package]
name = "pbs-fuse-loop"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
description = "fuse and loop device helpers"
rust-version.workspace = true
[dependencies]
anyhow.workspace = true
futures.workspace = true
libc.workspace = true
log.workspace = true
nix.workspace = true
regex.workspace = true
tokio = { workspace = true, features = ["io-util"] }
proxmox-fuse.workspace = true
proxmox-sys.workspace = true
proxmox-time.workspace = true