]> git.proxmox.com Git - proxmox-backup.git/blame - pbs-fuse-loop/Cargo.toml
ui: group filter: cleanup and comment more
[proxmox-backup.git] / pbs-fuse-loop / Cargo.toml
CommitLineData
eb5e0ae6
WB
1[package]
2name = "pbs-fuse-loop"
3version = "0.1.0"
4authors = ["Proxmox Support Team <support@proxmox.com>"]
5edition = "2018"
6description = "fuse and loop device helpers"
7
8[dependencies]
9anyhow = "1.0"
10futures = "0.3"
11lazy_static = "1.4"
12libc = "0.2"
13nix = "0.19.1"
14regex = "1.2"
15tokio = { version = "1.6", features = [] }
16
6ef1b649 17proxmox-time = "1"
eb5e0ae6 18proxmox-fuse = "0.1.1"
25877d05 19proxmox-sys = "0.2"