proxmox-backup/pbs-fuse-loop/Cargo.toml
Fabian Grünbichler cb33ed9ca5 workspace: inherit metadata
pbs-buildcfg is the only one that needs to inherit the version as well, since
it stores it in the compiled crate.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2022-12-12 09:05:27 +01:00

21 lines
382 B
TOML

[package]
name = "pbs-fuse-loop"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
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"