[package] name = "pbs-fuse-loop" version = "0.1.0" authors = ["Proxmox Support Team "] edition = "2018" description = "fuse and loop device helpers" [dependencies] anyhow = "1.0" futures = "0.3" lazy_static = "1.4" libc = "0.2" nix = "0.24" regex = "1.5" tokio = { version = "1.6", features = [] } proxmox-time = "1" proxmox-fuse = "0.1.1" proxmox-sys = "0.3"