mirror of
https://git.proxmox.com/git/proxmox-backup-qemu
synced 2026-01-28 06:09:31 +00:00
Cargo.toml: sort dependencies
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
27258ee3f3
commit
4474d57de5
17
Cargo.toml
17
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"
|
||||
chrono = "0.4" # Date and time library for Rust
|
||||
futures = "0.3"
|
||||
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" }
|
||||
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"
|
||||
once_cell = "1.3.1"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user