]> git.proxmox.com Git - proxmox-backup.git/blob - pbs-tape/Cargo.toml
move ApiConfig, FileLogger and CommandoSocket to proxmox-rest-server workspace
[proxmox-backup.git] / pbs-tape / Cargo.toml
1 [package]
2 name = "pbs-tape"
3 version = "0.1.0"
4 authors = ["Proxmox Support Team <support@proxmox.com>"]
5 edition = "2018"
6 description = "LTO tage support"
7
8 [dependencies]
9 lazy_static = "1.4"
10 libc = "0.2"
11 anyhow = "1.0"
12 thiserror = "1.0"
13 endian_trait = { version = "0.6", features = ["arrays"] }
14 nix = "0.19.1"
15 serde = { version = "1.0", features = ["derive"] }
16 serde_json = "1.0"
17 bitflags = "1.2.1"
18 regex = "1.2"
19 udev = ">= 0.3, <0.5"
20
21 proxmox = { version = "0.13.3", default-features = false, features = [] }
22
23 pbs-api-types = { path = "../pbs-api-types" }
24 pbs-tools = { path = "../pbs-tools" }
25 pbs-config = { path = "../pbs-config" }