]> git.proxmox.com Git - proxmox-backup.git/commitdiff
features update
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 14 Jul 2021 13:36:47 +0000 (15:36 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 15 Jul 2021 07:56:05 +0000 (09:56 +0200)
so we can drop default-features in proxmox for build-deps to
be more lean

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml

index e01b94d4c73cd0dbe58d20a22f3c1da6fef3d0dd..fb2ab4683f162f710b9f61a79927f8d0970fc096 100644 (file)
@@ -86,9 +86,9 @@ pathpatterns = "0.1.2"
 pxar = { version = "0.10.1", features = [ "tokio-io" ] }
 #pxar = { path = "../pxar", features = [ "tokio-io" ] }
 
-proxmox = { version = "0.11.6", features = [ "sortable-macro", "api-macro" ] }
-#proxmox = { git = "git://git.proxmox.com/git/proxmox", version = "0.1.2", features = [ "sortable-macro", "api-macro" ] }
-#proxmox = { path = "../proxmox/proxmox", features = [ "sortable-macro", "api-macro" ] }
+proxmox = { version = "0.11.6", features = [ "sortable-macro", "api-macro", "cli", "router", "tfa" ] }
+#proxmox = { git = "git://git.proxmox.com/git/proxmox", version = "0.1.2", features = [ "sortable-macro", "api-macro", "cli", "router", "tfa" ] }
+#proxmox = { path = "../proxmox/proxmox", features = [ "sortable-macro", "api-macro", "cli", "router", "tfa" ] }
 proxmox-acme-rs = "0.2.1"
 proxmox-apt = "0.4.0"
 proxmox-fuse = "0.1.1"