]> git.proxmox.com Git - proxmox-backup.git/blob - pbs-api-types/Cargo.toml
move ApiConfig, FileLogger and CommandoSocket to proxmox-rest-server workspace
[proxmox-backup.git] / pbs-api-types / Cargo.toml
1 [package]
2 name = "pbs-api-types"
3 version = "0.1.0"
4 authors = ["Proxmox Support Team <support@proxmox.com>"]
5 edition = "2018"
6 description = "general API type helpers for PBS"
7
8 [dependencies]
9 anyhow = "1.0"
10 lazy_static = "1.4"
11 libc = "0.2"
12 nix = "0.19.1"
13 openssl = "0.10"
14 regex = "1.2"
15 serde = { version = "1.0", features = ["derive"] }
16
17 proxmox = { version = "0.13.3", default-features = false, features = [ "api-macro" ] }
18
19 pbs-systemd = { path = "../pbs-systemd" }
20 pbs-tools = { path = "../pbs-tools" }