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>
20 lines
351 B
TOML
20 lines
351 B
TOML
[package]
|
|
name = "pbs-pxar-fuse"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
description = "pxar fuse file system code"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
futures = "0.3"
|
|
libc = "0.2"
|
|
log = "0.4"
|
|
tokio = "1.6"
|
|
|
|
proxmox-fuse = "0.1.3"
|
|
proxmox-io = "1.0.1"
|
|
proxmox-lang = "1.1"
|
|
proxmox-sys = "0.4.1"
|
|
|
|
pxar = { version = "0.10.2", features = [ "tokio-io" ] }
|