mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-04-28 14:37:35 +00:00

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>
21 lines
382 B
TOML
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"
|