From f1c4b8df345d7e642faf714ad290677420d5be1a Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 14 Jul 2021 15:36:47 +0200 Subject: [PATCH] features update so we can drop default-features in proxmox for build-deps to be more lean Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e01b94d4..fb2ab468 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"