mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-03-11 16:58:32 +03:00
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
|