]> git.proxmox.com Git - proxmox-backup.git/blob - pbs-fuse-loop/Cargo.toml
1da2aec874ed6c48c3b72ba9509c01f2955551e9
[proxmox-backup.git] / pbs-fuse-loop / Cargo.toml
1 [package]
2 name = "pbs-fuse-loop"
3 version = "0.1.0"
4 authors = ["Proxmox Support Team <support@proxmox.com>"]
5 edition = "2018"
6 description = "fuse and loop device helpers"
7
8 [dependencies]
9 anyhow = "1.0"
10 futures = "0.3"
11 lazy_static = "1.4"
12 libc = "0.2"
13 nix = "0.19.1"
14 regex = "1.2"
15 tokio = { version = "1.6", features = [] }
16
17 proxmox-time = "1"
18 proxmox-fuse = "0.1.1"
19
20 pbs-tools = { path = "../pbs-tools" }