From 4474d57de52068fe3e39adcabc492f9eaff3e6b8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 12 Aug 2020 09:30:22 +0200 Subject: [PATCH] Cargo.toml: sort dependencies Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0d1491d..8f1fbab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,18 +15,17 @@ crate-type = ['lib', 'cdylib', 'staticlib'] cbindgen = "0.14.2" [dependencies] -libc = "0.2" +anyhow = "1.0" bytes = "0.5" -proxmox = { version = "0.2", features = [ "sortable-macro", "api-macro" ] } -proxmox-backup = { git = "git://git.proxmox.com/git/proxmox-backup.git", tag = "v0.8.8" } -#proxmox-backup = { path = "../proxmox-backup" } chrono = "0.4" # Date and time library for Rust -anyhow = "1.0" futures = "0.3" -serde_json = "1.0" -tokio = { version = "0.2.9", features = [ "blocking", "fs", "io-util", "macros", "rt-threaded", "signal", "stream", "tcp", "time", "uds" ] } -openssl = "0.10" h2 = { version = "0.2", features = ["stream"] } lazy_static = "1.4" +libc = "0.2" once_cell = "1.3.1" - +openssl = "0.10" +proxmox = { version = "0.2", features = [ "sortable-macro", "api-macro" ] } +proxmox-backup = { git = "git://git.proxmox.com/git/proxmox-backup.git", tag = "v0.8.8" } +#proxmox-backup = { path = "../proxmox-backup" } +serde_json = "1.0" +tokio = { version = "0.2.9", features = [ "blocking", "fs", "io-util", "macros", "rt-threaded", "signal", "stream", "tcp", "time", "uds" ] } -- 2.39.5