]> git.proxmox.com Git - proxmox-backup.git/blobdiff - proxmox-backup-client/Cargo.toml
update to first proxmox crate split
[proxmox-backup.git] / proxmox-backup-client / Cargo.toml
index 03d2c0edf09b3b30740830d0c1eb6bdd75042a95..0b84e176c5fdf97a163252afb64a6b1b3195bbd5 100644 (file)
@@ -22,7 +22,10 @@ zstd = { version = "0.6", features = [ "bindgen" ] }
 pathpatterns = "0.1.2"
 pxar = { version = "0.10.1", features = [ "tokio-io" ] }
 
-proxmox = { version = "0.14.0", features = [ "sortable-macro", "api-macro", "cli", "router" ] }
+proxmox = { version = "0.14.0", features = [ "sortable-macro" ] }
+proxmox-router = { version = "1", features = [ "cli" ] }
+proxmox-schema = { version = "1", features = [ "api-macro" ] }
+proxmox-time = "1"
 
 pbs-api-types = { path = "../pbs-api-types" }
 pbs-buildcfg = { path = "../pbs-buildcfg" }