]> git.proxmox.com Git - proxmox-backup.git/blobdiff - pbs-api-types/Cargo.toml
move pbs-tools/src/percent_encoding.rs to pbs-api-types/src/percent_encoding.rs
[proxmox-backup.git] / pbs-api-types / Cargo.toml
index 2463d69d773f95d47a77fd36a890823fcc28ffb2..cd5dc12909bc027986c26aa5be08a629a7d8ef64 100644 (file)
@@ -7,13 +7,19 @@ description = "general API type helpers for PBS"
 
 [dependencies]
 anyhow = "1.0"
+hex = "0.4.3"
 lazy_static = "1.4"
-nix = "0.19.1"
 libc = "0.2"
+nix = "0.19.1"
+openssl = "0.10"
+percent-encoding = "2.1"
 regex = "1.2"
 serde = { version = "1.0", features = ["derive"] }
 
-proxmox = { version = "0.11.5", default-features = false, features = [ "api-macro" ] }
+proxmox-lang = "1.0.0"
+proxmox-schema = { version = "1.0.1", features = [ "api-macro" ] }
+proxmox-serde = "0.1"
+proxmox-time = "1.1"
+proxmox-uuid = { version = "1.0.0", features = [ "serde" ] }
 
-pbs-systemd = { path = "../pbs-systemd" }
-pbs-tools = { path = "../pbs-tools" }
+proxmox-sys = "0.2" # only needed foör nodename()??
\ No newline at end of file