]> git.proxmox.com Git - proxmox-backup.git/blame - pbs-fuse-loop/Cargo.toml
ExtJsFormatter: use ParameterError to correctly compute 'errors'
[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
99940358 17proxmox = "0.13.5"
eb5e0ae6
WB
18proxmox-fuse = "0.1.1"
19
20pbs-tools = { path = "../pbs-tools" }