remove proxmox-protocol subcrate
AFAICT we have no use for it anymore, its api entry points are gone. If we do end up needing something from it, it's still in the git history anyway. (And about two thirds of it can be made much less awkward by utilizing async-await anyway, so no love lost there...) Moved the chunker back into src/backup/chunker.rs Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -10,7 +10,6 @@ path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
proxmox = { git = "ssh://gitolite3@proxdev.maurer-it.com/rust/proxmox", version = "0.1" }
|
||||
proxmox-protocol = { path = "proxmox-protocol" }
|
||||
log = "0.4"
|
||||
syslog = "4.0"
|
||||
failure = "0.1"
|
||||
|
Reference in New Issue
Block a user