5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-03-12 20:58:30 +03:00
Wolfgang Bumiller 5c7ff2afd2 bump sys dep to 0.4.1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2022-10-19 14:26:00 +02:00

21 lines
406 B
TOML

[package]
name = "pbs-fuse-loop"
version = "0.1.0"
authors = ["Proxmox Support Team <support@proxmox.com>"]
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"
log = "0.4"
regex = "1.5"
tokio = { version = "1.6", features = ["io-util"] }
proxmox-time = "1"
proxmox-fuse = "0.1.3"
proxmox-sys = "0.4.1"