]> git.proxmox.com Git - proxmox-backup.git/blobdiff - pbs-config/Cargo.toml
update to proxmox-sys 0.2 crate
[proxmox-backup.git] / pbs-config / Cargo.toml
index 51b4bd8b560e5a7994581a31537e85f882aa184c..cd14d8230ae846714b7bd49038d6f1f89a69bb29 100644 (file)
@@ -6,17 +6,25 @@ edition = "2018"
 description = "Configuration file management for PBS"
 
 [dependencies]
-libc = "0.2"
 anyhow = "1.0"
+hex = "0.4.3"
 lazy_static = "1.4"
-serde = { version = "1.0", features = ["derive"] }
-serde_json = "1.0"
-openssl = "0.10"
+libc = "0.2"
 nix = "0.19.1"
-regex = "1.2"
 once_cell = "1.3.1"
+openssl = "0.10"
+regex = "1.2"
+serde = { version = "1.0", features = ["derive"] }
+serde_json = "1.0"
 
-proxmox = { version = "0.14.0", default-features = false, features = [ "cli" ] }
+proxmox-lang = "1"
+proxmox-router = { version = "1.1", default-features = false }
+proxmox-schema = "1"
+proxmox-section-config = "1"
+proxmox-time = "1"
+proxmox-serde = "0.1"
+proxmox-shared-memory = "0.2"
+proxmox-sys = "0.2"
 
 pbs-api-types = { path = "../pbs-api-types" }
 pbs-buildcfg = { path = "../pbs-buildcfg" }