From aceae32baadd6e4077eb053706432246c287b83d Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 6 Jul 2021 11:48:28 +0200 Subject: [PATCH] Cargo.toml: regroup imports Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 104769d2..284777f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,15 +52,6 @@ pam-sys = "0.5" percent-encoding = "2.1" pin-utils = "0.1.0" pin-project = "1.0" -pathpatterns = "0.1.2" -proxmox = { version = "0.11.5", 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-fuse = "0.1.1" -proxmox-http = { version = "0.2.1", features = [ "client", "http-helpers", "websocket" ] } -#proxmox-http = { version = "0.2.0", path = "../proxmox/proxmox-http", features = [ "client", "http-helpers", "websocket" ] } -pxar = { version = "0.10.1", features = [ "tokio-io" ] } -#pxar = { path = "../pxar", features = [ "tokio-io" ] } regex = "1.2" rustyline = "7" serde = { version = "1.0", features = ["derive"] } @@ -82,8 +73,17 @@ zstd = { version = "0.6", features = [ "bindgen" ] } nom = "5.1" crossbeam-channel = "0.5" -proxmox-acme-rs = "0.2.1" +pathpatterns = "0.1.2" +pxar = { version = "0.10.1", features = [ "tokio-io" ] } +#pxar = { path = "../pxar", features = [ "tokio-io" ] } +proxmox = { version = "0.11.5", 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-acme-rs = "0.2.1" +proxmox-fuse = "0.1.1" +proxmox-http = { version = "0.2.1", features = [ "client", "http-helpers", "websocket" ] } +#proxmox-http = { version = "0.2.0", path = "../proxmox/proxmox-http", features = [ "client", "http-helpers", "websocket" ] } proxmox-openid = "0.6.0" [features]