mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-01-06 13:18:00 +03:00
7549722640
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
21 lines
471 B
TOML
21 lines
471 B
TOML
[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
|