]> git.proxmox.com Git - proxmox-backup.git/blobdiff - pbs-api-types/Cargo.toml
move ApiConfig, FileLogger and CommandoSocket to proxmox-rest-server workspace
[proxmox-backup.git] / pbs-api-types / Cargo.toml
index cd3a7073e2e7a31a83465ec51a871180aa75a014..02c8c2d4c4591b314e519008a9877ce0cc5fdca3 100644 (file)
@@ -8,11 +8,13 @@ description = "general API type helpers for PBS"
 [dependencies]
 anyhow = "1.0"
 lazy_static = "1.4"
-nix = "0.19.1"
 libc = "0.2"
+nix = "0.19.1"
+openssl = "0.10"
 regex = "1.2"
 serde = { version = "1.0", features = ["derive"] }
 
-proxmox = { version = "0.11.5", default-features = false, features = [ "api-macro" ] }
+proxmox = { version = "0.13.3", default-features = false, features = [ "api-macro" ] }
 
 pbs-systemd = { path = "../pbs-systemd" }
+pbs-tools = { path = "../pbs-tools" }