5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-02-04 17:47:19 +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

36 lines
877 B
TOML

[package]
name = "pbs-tape"
version = "0.1.0"
authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2018"
description = "LTO tape support"
[dependencies]
lazy_static = "1.4"
libc = "0.2"
log = "0.4"
anyhow = "1.0"
thiserror = "1.0"
endian_trait = { version = "0.6", features = ["arrays"] }
hex = "0.4.3"
nix = "0.24"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
bitflags = "1.2.1"
regex = "1.5"
udev = "0.4"
proxmox-io = "1"
proxmox-lang = "1.1"
# api-macro is only used by the binaries, so maybe we should split them out
proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] }
proxmox-time = "1"
proxmox-uuid = "1"
# router::cli is only used by binaries, so maybe we should split them out
proxmox-router = "1.3.0"
proxmox-sys = "0.4.1"
pbs-api-types = { path = "../pbs-api-types" }
pbs-config = { path = "../pbs-config" }