2021-07-07 07:04:09 +00:00
|
|
|
[package]
|
|
|
|
name = "pbs-api-types"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
description = "general API type helpers for PBS"
|
|
|
|
|
|
|
|
[dependencies]
|
2021-07-07 07:53:48 +00:00
|
|
|
anyhow = "1.0"
|
2021-07-07 07:04:09 +00:00
|
|
|
lazy_static = "1.4"
|
2021-07-07 11:47:17 +00:00
|
|
|
nix = "0.19.1"
|
|
|
|
libc = "0.2"
|
2021-07-07 07:04:09 +00:00
|
|
|
regex = "1.2"
|
2021-07-07 07:53:48 +00:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
2021-07-07 07:04:09 +00:00
|
|
|
|
|
|
|
proxmox = { version = "0.11.5", default-features = false, features = [ "api-macro" ] }
|
2021-07-07 11:47:17 +00:00
|
|
|
|
|
|
|
pbs-systemd = { path = "../pbs-systemd" }
|
2021-07-09 12:26:42 +00:00
|
|
|
pbs-tools = { path = "../pbs-tools" }
|